diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-03-09 16:04:34 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-03-09 16:04:34 +0000 |
| commit | 0ec9ba029c65c72f7e0a641e3866920d2ba3494b (patch) | |
| tree | 654e37660261642db3a1614f9fc93f4199daa672 /src | |
| parent | fc84a47471ffe12d9868b437c0d54a0ecb5c1fe3 (diff) | |
| download | krb5-0ec9ba029c65c72f7e0a641e3866920d2ba3494b.tar.gz krb5-0ec9ba029c65c72f7e0a641e3866920d2ba3494b.tar.xz krb5-0ec9ba029c65c72f7e0a641e3866920d2ba3494b.zip | |
don't play with CcCmd, use StandardDefines and SaberDefines
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@388 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/ultrix.cf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config/ultrix.cf b/src/config/ultrix.cf index ee7bfe717..5c4f6c3e5 100644 --- a/src/config/ultrix.cf +++ b/src/config/ultrix.cf @@ -10,6 +10,9 @@ #define HasPutenv YES #define HasBsearch YES #define IsPOSIX YES +#define StandardCppDefines -DPOSIX -D_POSIX_SOURCE +#define SaberDefines -DPOSIX +#define StandardDefines -YPOSIX -D_POSIX_SOURCE #ifdef VaxArchitecture #define UnalignedReferencesAllowed YES /* if arbitrary deref is okay */ @@ -21,7 +24,5 @@ /* #define HasGcc YES */ #endif -#define CcCmd cc -YPOSIX -D_POSIX_SOURCE - /**/# platform: $XConsortium: ultrix.cf,v 1.20 89/12/22 15:56:14 rws Exp $ /**/# operating system: OSName |
