use fake-stdlib.h now
authorJohn Kohl <jtkohl@mit.edu>
Mon, 29 Oct 1990 09:19:57 +0000 (09:19 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 29 Oct 1990 09:19:57 +0000 (09:19 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1336 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ext-proto.h

index 762bb671419e9e084d5c68ab6662bacddeffbad5..bae892cdd3108ead5f6b4fb710e2602fb3c60dc2 100644 (file)
 #define KRB5_EXT_PROTO__
 
 #ifdef __STDC__
+#ifdef NO_STDLIB_H
+#include <fake-stdlib.h>
+#else
 #include <stdlib.h>
+#endif /* NO_STDLIB_H */
 #else
 extern char *malloc(), *realloc(), *calloc();
 extern char *getenv(), *index();