From cdf2fe5c5fc077c7dc466eeba2885d71bc3be259 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Mon, 29 Oct 1990 11:19:06 +0000 Subject: [PATCH] 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 --- src/config/ultrix.cf | 14 ++++++++++---- 1 file 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 -- 2.26.2