]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
HAVE_STRNCASECMP and HAVE_STRNICMP definitions for WIN32
authorYang Tse <yangsita@gmail.com>
Mon, 15 Sep 2008 14:57:56 +0000 (14:57 +0000)
committerYang Tse <yangsita@gmail.com>
Mon, 15 Sep 2008 14:57:56 +0000 (14:57 +0000)
lib/config-win32.h
lib/config-win32ce.h
src/config-win32.h

index e43c88e34e039621941188bc4643f16e66e0a947..c987f41ca229580ef80e0220342b2865597c0572 100644 (file)
 /* Define if you have the strcasecmp function.  */
 /* #define HAVE_STRCASECMP 1 */
 
-/* Define if you have the stricmp function.  */
-#define HAVE_STRICMP 1
-
 /* Define if you have the strdup function.  */
 #define HAVE_STRDUP 1
 
 /* Define if you have the strftime function.  */
 #define HAVE_STRFTIME 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 strstr function.  */
 #define HAVE_STRSTR 1
 
index 50ddd18b8b007f2bbdcc4cae2256655b8de189ad..84a5678836ade7b8b3240a7c6580f4e8ab1e378f 100644 (file)
 /* Define if you have the strcasecmp function.  */
 /* #define HAVE_STRCASECMP 1 */
 
-/* Define if you have the stricmp function.  */
-/* #define HAVE_STRICMP 1 */
-
 /* Define if you have the strdup function.  */
 /* #define HAVE_STRDUP 1 */
 
 /* Define if you have the strftime function.  */
 /* #define HAVE_STRFTIME 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 strstr function.  */
 #define HAVE_STRSTR 1
 
index cafc145769ea66328c5ffd0aa93f066b4db102ab..c32ab17171a51d1cf970aff1729b4112b9d4304a 100644 (file)
 /* 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