diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-04-06 16:09:43 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-04-06 16:09:43 +0000 |
| commit | 844da3bf2d4ef706c984fd142c9261b776e6aea2 (patch) | |
| tree | a0179b757be4079210bfa2cf2fa9c211b057cec0 | |
| parent | b21f83df19e3740a6c095225e07730f72c15c06e (diff) | |
add STDCTopIncludes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@475 dc483132-0cff-0310-8789-dd5450dbe970
| -rw-r--r-- | src/config/Imake.tmpl | 5 | ||||
| -rw-r--r-- | src/config/site.def | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/config/Imake.tmpl b/src/config/Imake.tmpl index 920290ab0..67702b4be 100644 --- a/src/config/Imake.tmpl +++ b/src/config/Imake.tmpl @@ -551,6 +551,9 @@ #ifndef FilesToClean #define FilesToClean *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut #endif +#ifndef STDCTopIncludes +#define STDCTopIncludes +#endif SHELL = BourneShell @@ -588,6 +591,8 @@ EXTRA_LIBRARIES = ExtraLibraries TAGS = TagsCmd ETAGS = EtagsCmd +STDC_TOP_INCLUDES = STDCTopIncludes + #if ConstructMFLAGS MFLAGS = -$(MAKEFLAGS) #endif diff --git a/src/config/site.def b/src/config/site.def index 5212b70ae..dddf620c1 100644 --- a/src/config/site.def +++ b/src/config/site.def @@ -94,6 +94,7 @@ #define CcCmd gcc -fstrength-reduce -fpcc-struct-return -fwritable-strings -traditional #else /* server won't compile with -traditional */ #define CcCmd gcc -fstrength-reduce -fpcc-struct-return -pedantic -ansi -Wall +#define STDCTopIncludes -I$(TOP)/include/stdc-incl #endif #endif #endif @@ -198,6 +199,7 @@ #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 |
