summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-30 15:47:42 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-30 15:47:42 +0000
commitece130e23c695656b8bb2e993dbd4f486a953b0e (patch)
treee6c1767443abd8233f5349571354b985129e4e23 /src/config
parente57fcb0842318345ca6447f9eb6a38dd3363b152 (diff)
downloadkrb5-ece130e23c695656b8bb2e993dbd4f486a953b0e.tar.gz
krb5-ece130e23c695656b8bb2e993dbd4f486a953b0e.tar.xz
krb5-ece130e23c695656b8bb2e993dbd4f486a953b0e.zip
add -DBITS32 to everything
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@969 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config')
-rw-r--r--src/config/ibm.cf6
-rw-r--r--src/config/ultrix.cf6
-rw-r--r--src/config/vaxbsd.cf7
3 files changed, 10 insertions, 9 deletions
diff --git a/src/config/ibm.cf b/src/config/ibm.cf
index 5b317725d..a4bda6a3b 100644
--- a/src/config/ibm.cf
+++ b/src/config/ibm.cf
@@ -18,7 +18,7 @@
/* HC lies */
#define StandardCppDefines -U__STDC__
-#define SaberDefines
-#define StandardDefines -U__STDC__
+#define SaberDefines -DBITS32
+#define StandardDefines -U__STDC__ -DBITS32
-#define DesDefines -DBITS32 -DBIG -DMSBFIRST -DMUSTALIGN
+#define DesDefines -DBIG -DMSBFIRST -DMUSTALIGN
diff --git a/src/config/ultrix.cf b/src/config/ultrix.cf
index 16b0d39cc..5acdad26e 100644
--- a/src/config/ultrix.cf
+++ b/src/config/ultrix.cf
@@ -15,10 +15,10 @@
#define HasPutenv YES
#define HasBsearch YES
#define IsPOSIX YES
-#define StandardCppDefines -DPOSIX -D_POSIX_SOURCE
+#define StandardCppDefines -DPOSIX -D_POSIX_SOURCE -DBITS32
/* Saber bug doesn't allow deref through const *'s */
-#define SaberDefines -DPOSIX -Dconst=
-#define StandardDefines -YPOSIX -D_POSIX_SOURCE
+#define SaberDefines -DPOSIX -DBITS32 -Dconst=
+#define StandardDefines -YPOSIX -D_POSIX_SOURCE -DBITS32
#ifdef VaxArchitecture
#define UnalignedReferencesAllowed YES /* if arbitrary deref is okay */
diff --git a/src/config/vaxbsd.cf b/src/config/vaxbsd.cf
index 52380f21d..22242d188 100644
--- a/src/config/vaxbsd.cf
+++ b/src/config/vaxbsd.cf
@@ -13,9 +13,9 @@
/* Saber bug doesn't allow deref through const *'s */
#ifdef VaxArchitecture
-#define SaberDefines -I/mit/gnu/vaxlib/gcc-include -Dconst=
+#define SaberDefines -I/mit/gnu/vaxlib/gcc-include -Dconst= -DBITS32
#else
-#define SaberDefines -Dconst=
+#define SaberDefines -Dconst= -DBITS32
#endif
#ifdef VaxArchitecture
@@ -27,6 +27,7 @@
#ifdef VaxArchitecture
#define UnalignedReferencesAllowed YES /* if arbitrary deref is okay */
-#define DesDefines -DBITS32 -DBIG -DLSBFIRST
+#define StandardDefines -DBITS32
+#define DesDefines -DBIG -DLSBFIRST
#endif