diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/config/ibm.cf | 6 |
1 files changed, 5 insertions, 1 deletions
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 |