need a NO_STDLIB_H for saber as well
authorJohn Kohl <jtkohl@mit.edu>
Mon, 29 Oct 1990 09:24:13 +0000 (09:24 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 29 Oct 1990 09:24:13 +0000 (09:24 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1338 dc483132-0cff-0310-8789-dd5450dbe970

src/config/vaxbsd.cf

index 835aa6f82b8e76406ffcfab77fc88f12a1c083f7..4ad7587fd6c2b012c6531dabb6baeebac1807c8d 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
+#define SaberDefines -I/mit/gnu/vaxlib/gcc-include -Dconst= -DBITS32 -DNO_STDLIB_H
 #else
 #define SaberDefines -Dconst= -DBITS32
 #endif
@@ -26,7 +26,7 @@
 
 #ifdef VaxArchitecture
 #define UnalignedReferencesAllowed YES        /* if arbitrary deref is okay */
-#define StandardDefines -DBITS32
+#define StandardDefines -DBITS32 -DNO_STDLIB_H
 #define DesDefines -DBIG -DLSBFIRST
 #undef HasGcc
 #define HasGcc YES