don't have a real stdlib.h, even with gcc
authorJohn Kohl <jtkohl@mit.edu>
Mon, 29 Oct 1990 09:22:04 +0000 (09:22 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 29 Oct 1990 09:22:04 +0000 (09:22 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1337 dc483132-0cff-0310-8789-dd5450dbe970

src/config/vaxbsd.cf

index 0f40ddcab8097f3e3cf58aa4ab620788889abd08..835aa6f82b8e76406ffcfab77fc88f12a1c083f7 100644 (file)
@@ -38,7 +38,7 @@
 #if HasGcc
 #define MakeDependDefine '-DGCCINCPATH="/mit/gnu/vaxlib/gcc-include"'
 #ifndef CcCmd
-#define CcCmd gcc -fstrength-reduce -fpcc-struct-return -pedantic -ansi -Wall
+#define CcCmd gcc -fstrength-reduce -fpcc-struct-return -pedantic -ansi -Wall -DNO_STDLIB_H
 #define STDCTopIncludes -I$(TOP)/include/stdc-incl
 #endif
 #endif