From 844da3bf2d4ef706c984fd142c9261b776e6aea2 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Fri, 6 Apr 1990 16:09:43 +0000 Subject: [PATCH] add STDCTopIncludes git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@475 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/Imake.tmpl | 5 +++++ src/config/site.def | 2 ++ 2 files changed, 7 insertions(+) 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 @@ -550,6 +550,9 @@ #endif #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 -- 2.26.2