From 842de91168f86858415069192782212526cc9ebe Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 15 Sep 2008 14:57:56 +0000 Subject: HAVE_STRNCASECMP and HAVE_STRNICMP definitions for WIN32 --- src/config-win32.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/config-win32.h') 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 -- cgit v1.2.3