From: John Kohl Date: Mon, 6 May 1991 10:43:49 +0000 (+0000) Subject: add c89, WantPrototypes X-Git-Tag: krb5-1.0-alpha5~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9621fc6d3b51b2bb2e0b28cbab6c8edcc6bebbff;p=krb5.git add c89, WantPrototypes git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2091 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config/ibm.cf b/src/config/ibm.cf index 2b5777ab7..7c1d1a5b1 100644 --- a/src/config/ibm.cf +++ b/src/config/ibm.cf @@ -17,6 +17,10 @@ #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 @@ -29,13 +33,13 @@ #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