Update to use newer macros
authorJohn Carr <jfc@mit.edu>
Fri, 2 Nov 1990 16:21:07 +0000 (16:21 +0000)
committerJohn Carr <jfc@mit.edu>
Fri, 2 Nov 1990 16:21:07 +0000 (16:21 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1409 dc483132-0cff-0310-8789-dd5450dbe970

src/config/ibm.cf

index 0054a29e4228ed8fa93535aa3d663862e287b581..d0cdb225a0a4b518de0c1e86f417328eaa1f71cb 100644 (file)
 #undef HasGcc
 #define HasGcc NO
 
-#define HasVoidSignalReturn NO
-#define HasSaberC YES
+#define        Bitsize32
+
+#define HasVoidSignalReturn    NO
+#define HasSaberC              YES
 #undef HasNdbm
-#define HasNdbm                YES
+#define HasNdbm                        YES
+
+/* Note: the following configuration is for a non-standard RT 
+   build environment.  The standard Athena setup (using /lib/cpp
+   and BSD 4.3 include files) should reverse the following and
+   probably make the compiler not define __STDC__. */
+#define        HasStdlibH              YES
+#define        HasStringH              YES
+#define        HaveSetenv              YES
+
 
-/* HC lies */
-#define StandardCppDefines -U__STDC__
-#define SaberDefines -DBITS32
-#define StandardDefines -U__STDC__ -DBITS32
+#define        HasPosixTermios         NO
+#define        HasPosixFileLocks       NO
+#define        HasPosixTypes           NO              /* ??? */
+
+#define        HasInet                 YES
 
 #define DesDefines -DBIG -DMSBFIRST -DMUSTALIGN
 
 /* On RT */
 #ifdef RtArchitecture
 #undef HCRevision
-#define HCRevision     21019
+#define HCRevision     21025
 
 #if HCRevision < 21001
 #define BandAidCompiler "rtcchack.bac"
@@ -40,4 +52,6 @@
 #define MacroFile ibm.cf $(IRULESRC)/rtcchack.bac
 #endif
 
+#define DefaultCDebugFlags OptimizedCDebugFlags
+
 #endif /* RtArchitecture */