diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/ibm.cf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/config/ibm.cf b/src/config/ibm.cf index 9efa83ff34..9ed6334fe2 100644 --- a/src/config/ibm.cf +++ b/src/config/ibm.cf @@ -70,11 +70,12 @@ #define HasPosixTypes YES #define HasInet YES -#ifdef PS2Architecture +/* There is a compiler bug on the PS/2 running AIX 1.2.1: + extern int f(int); does not match int f(x) int x;{} + Therefore, narrow prototypes are needed. */ #define WantPrototypes YES -#else #define NeedNarrowPrototypes YES -#endif +#define UseStdarg YES #ifdef PS2Architecture #define DesDefines -DBIG -DLSBFIRST #else |
