projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
886bd92
)
Allow a machine configuration file to force unconditional use
author
John Carr
<jfc@mit.edu>
Mon, 27 May 1991 22:05:20 +0000
(22:05 +0000)
committer
John Carr
<jfc@mit.edu>
Mon, 27 May 1991 22:05:20 +0000
(22:05 +0000)
of <stdlib.h>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2116
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/stock/config.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/stock/config.h
b/src/include/krb5/stock/config.h
index 240135a2afc81bac30a9aa9f8d56c06e8176d8ef..ff35868950caea3698962f87f426bb5006b8e06f 100644
(file)
--- a/
src/include/krb5/stock/config.h
+++ b/
src/include/krb5/stock/config.h
@@
-46,6
+46,10
@@
typedef int krb5_sigtype;
#define NO_STDLIB_H
#endif
+#ifdef ForceStdlibH
+#define HAS_STDLIB_H
+#endif
+
#ifdef ProvidePrototypes
#define KRB5_PROVIDE_PROTOTYPES
#endif