summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Carr <jfc@mit.edu>1991-06-03 17:02:36 +0000
committerJohn Carr <jfc@mit.edu>1991-06-03 17:02:36 +0000
commit01122c1316f596f6ced324e08b7547477cfb337a (patch)
tree807e858750b317cb4cbc74f8a06168ddc4e81fbc /src
parent151a5a094b7e83b4560b66a3cc16ace46c606118 (diff)
downloadkrb5-01122c1316f596f6ced324e08b7547477cfb337a.tar.gz
krb5-01122c1316f596f6ced324e08b7547477cfb337a.tar.xz
krb5-01122c1316f596f6ced324e08b7547477cfb337a.zip
PS/2 needs narrow prototypes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2144 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/config/ibm.cf7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/config/ibm.cf b/src/config/ibm.cf
index 9efa83ff3..9ed6334fe 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