summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/stock/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/krb5/stock/config.h b/src/include/krb5/stock/config.h
index 0ac71333d..3099353d7 100644
--- a/src/include/krb5/stock/config.h
+++ b/src/include/krb5/stock/config.h
@@ -42,6 +42,10 @@ typedef int krb5_sigtype;
#define USE_STRING_H
#endif
+#ifndef HasStdlibHTrue
+#define NO_STDLIB_H
+#endif
+
#ifdef Bitsize32
#ifdef Bitsize64
error: only one of BitsizeNN, please.