summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-10-29 11:19:06 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-10-29 11:19:06 +0000
commitcdf2fe5c5fc077c7dc466eeba2885d71bc3be259 (patch)
tree2a182186fb6074b9594855982e5388f0b68e04e7 /src
parent1e2d1cd08b48a26bd302894baee57d051f1bb863 (diff)
downloadkrb5-cdf2fe5c5fc077c7dc466eeba2885d71bc3be259.tar.gz
krb5-cdf2fe5c5fc077c7dc466eeba2885d71bc3be259.tar.xz
krb5-cdf2fe5c5fc077c7dc466eeba2885d71bc3be259.zip
changes for generated config file; no longer need BITS32 defined
on command line. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1350 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/config/ultrix.cf14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/config/ultrix.cf b/src/config/ultrix.cf
index 1e4d77e2a..ff473b4a5 100644
--- a/src/config/ultrix.cf
+++ b/src/config/ultrix.cf
@@ -13,13 +13,19 @@
#define OSMinorVersion 1
#define SystemV NO
#define HasVoidSignalReturn YES
+#define HasPosixTermios YES
+#define HasPosixFileLocks YES
+#define HasStringH YES
+#define HasInet YES
#define HasPutenv YES
#define HasBsearch YES
#define IsPOSIX YES
-#define StandardCppDefines -DPOSIX -D_POSIX_SOURCE -DBITS32
+#define Bitsize32
+
+#define StandardCppDefines -DPOSIX -D_POSIX_SOURCE
/* Saber bug doesn't allow deref through const *'s */
-#define SaberDefines -DPOSIX -DBITS32 -Dconst=
-#define StandardDefines -YPOSIX -D_POSIX_SOURCE -DBITS32
+#define SaberDefines -DPOSIX -Dconst=
+#define StandardDefines -YPOSIX -D_POSIX_SOURCE
#define DefaultCDebugFlags OptimizedCDebugFlags
@@ -29,7 +35,7 @@
#ifdef VaxArchitecture
#define UnalignedReferencesAllowed YES /* if arbitrary deref is okay */
#define HasSaberC YES
-#define DesDefines -DBITS32 -DBIG -DLSBFIRST
+#define DesDefines -DBIG -DLSBFIRST
#endif
#ifdef MipsArchitecture