summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config-win32.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/config-win32.h b/src/config-win32.h
index cafc14576..c32ab1717 100644
--- a/src/config-win32.h
+++ b/src/config-win32.h
@@ -81,12 +81,21 @@
/* Define if you have the setlocale function. */
#define HAVE_SETLOCALE 1
+/* Define if you have the strcasecmp function. */
+/* #define HAVE_STRCASECMP 1 */
+
/* Define if you have the strdup function. */
#define HAVE_STRDUP 1
/* Define if you have the stricmp function. */
#define HAVE_STRICMP 1
+/* Define if you have the strncasecmp function. */
+/* #define HAVE_STRNCASECMP 1 */
+
+/* Define if you have the strnicmp function. */
+#define HAVE_STRNICMP 1
+
/* Define if you have the utime function */
#ifndef __BORLANDC__
#define HAVE_UTIME 1