remove remaining traces of BITS32 and NO_STDLIB_H
authorJohn Kohl <jtkohl@mit.edu>
Tue, 30 Oct 1990 16:37:44 +0000 (16:37 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 30 Oct 1990 16:37:44 +0000 (16:37 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1378 dc483132-0cff-0310-8789-dd5450dbe970

src/config/vaxbsd.cf

index 6b13d12ad2f2c27f6960e4ad1eacab90774a8b51..f094a28ce0751b3cc8fc3abec714efb8fe254520 100644 (file)
@@ -16,9 +16,9 @@
 
 /* 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=
 #else
-#define SaberDefines -Dconst= -DBITS32
+#define SaberDefines -Dconst=
 #endif
 
 #define HasVoidSignalReturn NO
@@ -33,7 +33,7 @@
 
 #ifdef VaxArchitecture
 #define UnalignedReferencesAllowed YES        /* if arbitrary deref is okay */
-#define StandardDefines -DBITS32
+#define StandardDefines
 #define DesDefines -DBIG -DLSBFIRST
 #undef HasGcc
 #define HasGcc YES
@@ -45,7 +45,7 @@
 #if HasGcc
 #define MakeDependDefine '-DGCCINCPATH="/mit/gnu/vaxlib/gcc-include"'
 #ifndef CcCmd
-#define CcCmd gcc -fstrength-reduce -fpcc-struct-return -pedantic -ansi -Wall -DNO_STDLIB_H
+#define CcCmd gcc -fstrength-reduce -fpcc-struct-return -pedantic -ansi -Wall
 #define STDCTopIncludes -I$(TOP)/include/stdc-incl
 #endif
 #endif