aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win329
1 files changed, 7 insertions, 2 deletions
diff --git a/config.h.win32 b/config.h.win32
index 2db0fed132..b19b7dc7b6 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -216,9 +216,14 @@
/* Define to have ntddndis.h */
@HAVE_NTDDNDIS_H@
-/* #undef HAVE_INET_ATON_H */
+/* Define to 1 if you have the strncasecmp function. */
+/* Actually, we don't, but we have strnicmp, and #define strncasecmp to strnicmp below */
+#define HAVE_STRNCASECMP 1
+
+/* Define if you have the strptime function. */
+/* #undef HAVE_STRPTIME 1 */
+
#define NEED_INET_V6DEFS_H 1
-#define NEED_STRPTIME_H 1
#ifndef WIN32
#define WIN32 1