diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-09-05 15:20:58 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-09-05 15:20:58 +0000 |
| commit | 6169a66d6ca62a9f88bb4bd53b264cc44698a145 (patch) | |
| tree | 231e7b65a0aa57c22516d256eaf513b63bdcd766 /src | |
| parent | 2fd0de6933e27033c4fb4d2ae0d084d3beef65dd (diff) | |
| download | krb5-6169a66d6ca62a9f88bb4bd53b264cc44698a145.tar.gz krb5-6169a66d6ca62a9f88bb4bd53b264cc44698a145.tar.xz krb5-6169a66d6ca62a9f88bb4bd53b264cc44698a145.zip | |
remove UseInstalled #ifdef on gcc
move possibly-arch-specific stuff to end of file
add UseImakeInstalled, UseMakedependInstalled
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1087 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/site.def | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/src/config/site.def b/src/config/site.def index 78c2971ad..ff34b7735 100644 --- a/src/config/site.def +++ b/src/config/site.def @@ -200,14 +200,10 @@ #if HasGcc #ifndef CcCmd -#ifdef UseInstalled /* if outside the tree */ -#define CcCmd gcc -DNOSTDHDRS -fstrength-reduce -fpcc-struct-return -fwritable-strings -traditional -#else /* server won't compile with -traditional */ #define CcCmd gcc -DNOSTDHDRS -fstrength-reduce -fpcc-struct-return -pedantic -ansi -Wall #define STDCTopIncludes -I$(TOP)/include/stdc-incl #endif #endif -#endif #ifndef ExtensionDefines @@ -262,11 +258,20 @@ #define IsodeLib /mit/isode/isode-6.0/@sys/lib/libisode.a #define IsodeDir /mit/isode/isode-6.0 -/* #define HasVfprintf -- turn on if you have vfprintf/vsprintf in libc - (might want to be in the architecture-specific - configuration file) */ - #define UseSSInstalled /* -- turn on if you have the SS library &c installed */ #define UseComErrInstalled /* -- turn on if you have the com_err library &c installed */ +#define UseImakeInstalled /* -- turn on if you have imake installed */ +#define UseMakedependInstalled /* -- turn on if you have makedepend installed */ + +/* the following might want to be put into a specific architecture + definition file */ + +/* #define HasVfprintf -- turn on if you have vfprintf/vsprintf in libc + (might want to be in the architecture-specific + configuration file) */ +/* #define LdLibLocations -L/foo/bar -- alternate library search paths, + if needed for some system libraries */ +/* #define StandardIncludes -I/foo/bar -- additional include paths, if + needed */ |
