stdlib_h stuff now in config.h
authorJohn Kohl <jtkohl@mit.edu>
Mon, 29 Oct 1990 11:51:05 +0000 (11:51 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 29 Oct 1990 11:51:05 +0000 (11:51 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1354 dc483132-0cff-0310-8789-dd5450dbe970

src/config/Project.tmpl
src/config/ultrix.cf
src/config/vaxbsd.cf

index 5066e4cd174b4984d7f2aee1c4e690db4e81f306..8024af63b1271c7e4fbd0d645e474defe939fe96 100644 (file)
@@ -192,6 +192,11 @@ P_INET=-DHasInetTrue
 #else
 P_INET=-UHasInetTrue
 #endif
+#if HasStdlibH
+P_STDLIBH=-DHasStdlibHTrue
+#else
+P_STDLIBH=-UHasStdlibHTrue
+#endif
 
 /*
  * Default Definitions.
@@ -210,7 +215,7 @@ P_INET=-UHasInetTrue
             TOUCH = TouchCmd
              PERL = PerlCmd
           UNIFDEF = UnifdefCmd
-  PROCESS_DEFINES = $(P_TERMIOS) $(P_FLOCKS) $(P_TYPES) $(P_SIGTYPE) $(P_STRINGH) $(P_BITSIZE) $(P_DBM) $(P_INET) -DUnifdefRan
+  PROCESS_DEFINES = $(P_TERMIOS) $(P_FLOCKS) $(P_TYPES) $(P_SIGTYPE) $(P_STRINGH) $(P_BITSIZE) $(P_DBM) $(P_INET) $(P_STDLIBH) -DUnifdefRan
        DESDEFINES = DesDefines
             ETSRC = $(TOP)/comerr
             SSSRC = $(TOP)/ss
index 3ec1b2d09c08a559c091bfb8ca2178b671fc23f9..eaee603610f27d16c2e242521fe53fa450c902b9 100644 (file)
@@ -16,6 +16,7 @@
 #define HasPosixTermios YES
 #define HasPosixFileLocks YES
 #define HasStringH YES
+#define HasStdlibH NO
 #define HasInet YES
 #define HasPutenv YES
 #define HasBsearch YES
index da5652d201d1e8889d6050739e71802003887dd2..259593642f4ad076a7ce8ab7e922b2c1ce933f21 100644 (file)
@@ -16,7 +16,7 @@
 
 /* Saber bug doesn't allow deref through const *'s */
 #ifdef VaxArchitecture
-#define SaberDefines -I/mit/gnu/vaxlib/gcc-include -Dconst= -DBITS32 -DNO_STDLIB_H
+#define SaberDefines -I/mit/gnu/vaxlib/gcc-include -Dconst= -DBITS32
 #else
 #define SaberDefines -Dconst= -DBITS32
 #endif
 #define HasPosixTermios NO
 #define HasPosixFileLocks NO
 #define HasStringH YES
+#define HasStdlibH NO
 #define Bitsize32
 
 #define HasSaberC YES
 
 #ifdef VaxArchitecture
 #define UnalignedReferencesAllowed YES        /* if arbitrary deref is okay */
-#define StandardDefines -DBITS32 -DNO_STDLIB_H
+#define StandardDefines -DBITS32
 #define DesDefines -DBIG -DLSBFIRST
 #undef HasGcc
 #define HasGcc YES