summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config/vaxbsd.cf8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/config/vaxbsd.cf b/src/config/vaxbsd.cf
index 6b13d12ad..f094a28ce 100644
--- a/src/config/vaxbsd.cf
+++ b/src/config/vaxbsd.cf
@@ -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