From: John Kohl Date: Tue, 30 Oct 1990 16:37:44 +0000 (+0000) Subject: remove remaining traces of BITS32 and NO_STDLIB_H X-Git-Tag: krb5-1.0-alpha2~33 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dce7ec503252bfeee22f1ad1ee8fde342c31e79c;p=krb5.git remove remaining traces of BITS32 and NO_STDLIB_H git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1378 dc483132-0cff-0310-8789-dd5450dbe970 --- 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