diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-03-08 15:46:49 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-03-08 15:46:49 +0000 |
| commit | 7f1587a22a1f23da5e0f18ded9257a4bb1cb2726 (patch) | |
| tree | 546ba0b1de23a5b558237192b9193ea3c31990f2 /src | |
| parent | 1e89947fcaf1b81256e65d37ff31aad9937fac44 (diff) | |
add POSIX stuff
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@370 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/ultrix.cf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/ultrix.cf b/src/config/ultrix.cf index bca90e1cb..ee7bfe717 100644 --- a/src/config/ultrix.cf +++ b/src/config/ultrix.cf @@ -9,6 +9,7 @@ #define HasVoidSignalReturn YES #define HasPutenv YES #define HasBsearch YES +#define IsPOSIX YES #ifdef VaxArchitecture #define UnalignedReferencesAllowed YES /* if arbitrary deref is okay */ @@ -20,5 +21,7 @@ /* #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 |
