diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/ultrix.cf | 14 |
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 |
