aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 2148ebd58..1598f51e1 100644
--- a/config.h.in
+++ b/config.h.in
@@ -209,6 +209,8 @@
#cmakedefine HAVE_IPV6_V6ONLY 1
+#cmakedefine HAVE_CTYPE_H 1
+
#if (defined(__i386__) || defined(__x86_64__) || defined(_M_IX86))
/* Use murmur hash for UTHash for these platforms */
#define HASH_FUNCTION HASH_MUR