summaryrefslogtreecommitdiff
path: root/lib/config-win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r--lib/config-win32.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index a464fbf5a..0817ec5b1 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -247,7 +247,9 @@
#define HAVE_SOCKET 1
/* Define if you have the strcasecmp function. */
-/* #define HAVE_STRCASECMP 1 */
+#ifdef __MINGW32__
+#define HAVE_STRCASECMP 1
+#endif
/* Define if you have the strdup function. */
#define HAVE_STRDUP 1