1 | '#if (defined(__ppc__) || defined(__ppc64__)) |
---|
2 | #include "powerpc-opensslconf.h" |
---|
3 | #endif /* __ppc__ || __ppc64__ */ |
---|
4 | ' --new-group-format='#if defined (__i386__) || defined(__x86_64__) |
---|
5 | #include "x86-opensslconf.h" |
---|
6 | #endif /* __i386__ || __x86_64__ */ |
---|
7 | ' --unchanged-group-format='#include "powerpc-opensslconf.h" |
---|
8 | ' --changed-group-format='#if (defined(__ppc__) || defined(__ppc64__)) |
---|
9 | #include "powerpc-opensslconf.h" |
---|
10 | #else /* ! __ppc__ && ! __ppc64__ */ |
---|
11 | #include "x86-opensslconf.h" |
---|
12 | #endif /* __ppc__ || __ppc64__ */ |
---|
13 | '#include "x86-opensslconf.h" |
---|