projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67fea16
)
use fake-stdlib.h now
author
John Kohl
<jtkohl@mit.edu>
Mon, 29 Oct 1990 09:19:57 +0000
(09:19 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/src/include/krb5/ext-proto.h
b/src/include/krb5/ext-proto.h
index 762bb671419e9e084d5c68ab6662bacddeffbad5..bae892cdd3108ead5f6b4fb710e2602fb3c60dc2 100644
(file)
--- a/
src/include/krb5/ext-proto.h
+++ b/
src/include/krb5/ext-proto.h
@@
-17,7
+17,11
@@
#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();