add STDCTopIncludes
authorJohn Kohl <jtkohl@mit.edu>
Fri, 6 Apr 1990 16:09:43 +0000 (16:09 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 6 Apr 1990 16:09:43 +0000 (16:09 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@475 dc483132-0cff-0310-8789-dd5450dbe970

src/config/Imake.tmpl
src/config/site.def

index 920290ab01142811f0c67c538aff150845c292ff..67702b4becb6c80c5c691ea7c101db9c5f1a5446 100644 (file)
 #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
   EXTRA_LIBRARIES = ExtraLibraries
              TAGS = TagsCmd
             ETAGS = EtagsCmd
+STDC_TOP_INCLUDES = STDCTopIncludes
+
 #if ConstructMFLAGS
            MFLAGS = -$(MAKEFLAGS)
 #endif
index 5212b70ae132fec886c5803242c4881b282e3327..dddf620c1d9ab5917775e35efa583ecd00446dbd 100644 (file)
@@ -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
 #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