From 985281b13a3688143e33c2e5020c22f1804b2c6b Mon Sep 17 00:00:00 2001 From: John Carr Date: Mon, 27 May 1991 22:05:20 +0000 Subject: [PATCH] Allow a machine configuration file to force unconditional use of git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2116 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/stock/config.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/include/krb5/stock/config.h b/src/include/krb5/stock/config.h index 240135a2a..ff3586895 100644 --- 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 -- 2.26.2