Allow a machine configuration file to force unconditional use
authorJohn Carr <jfc@mit.edu>
Mon, 27 May 1991 22:05:20 +0000 (22:05 +0000)
committerJohn 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

index 240135a2afc81bac30a9aa9f8d56c06e8176d8ef..ff35868950caea3698962f87f426bb5006b8e06f 100644 (file)
@@ -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