add c89, WantPrototypes
authorJohn Kohl <jtkohl@mit.edu>
Mon, 6 May 1991 10:43:49 +0000 (10:43 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 6 May 1991 10:43:49 +0000 (10:43 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2091 dc483132-0cff-0310-8789-dd5450dbe970

src/config/ibm.cf

index 2b5777ab76d53530d151a4e45235e2f400b25c3a..7c1d1a5b1e71a82c446fd13679a02d795873a2cf 100644 (file)
 
 #undef HasGcc
 #define HasGcc NO
+/* If you have a STDC compiler cobbled together from High C, use these
+   two lines: */
+#undef CcCmd
+#define CcCmd c89 -Dunix
 
 #define        Bitsize32
 
 #define        HasStringH              YES
 #define        HaveSetenv              YES
 
-/* #define DefaultCCOptions    */
 
 #define        HasPosixTermios         NO
 #define        HasPosixFileLocks       NO
 #define        HasPosixTypes           NO              /* ??? */
 
 #define        HasInet                 YES
+#define        WantPrototypes          YES
 #define        NeedNarrowPrototypes    YES
 
 #define HCRevision     21025