summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-02-23 19:51:05 +0100
committerDaniel Stenberg <daniel@haxx.se>2013-02-23 19:51:05 +0100
commit429820b180ffd5e43028722e36b013bad6c215ac (patch)
tree99f4d871721d75b245ad2f6a2abbe3a838c266a0 /lib
parent539ed6f02ab51083592a463421ae4c4555a740cc (diff)
downloadcurl-429820b180ffd5e43028722e36b013bad6c215ac.tar.gz
strcasestr: remove check for this unused function
Diffstat (limited to 'lib')
-rw-r--r--lib/config-symbian.h3
-rw-r--r--lib/config-vxworks.h3
2 files changed, 0 insertions, 6 deletions
diff --git a/lib/config-symbian.h b/lib/config-symbian.h
index 754319f94..17d92b061 100644
--- a/lib/config-symbian.h
+++ b/lib/config-symbian.h
@@ -504,9 +504,6 @@
/* Define to 1 if you have the `strcasecmp' function. */
#define HAVE_STRCASECMP 1
-/* Define to 1 if you have the `strcasestr' function. */
-#define HAVE_STRCASESTR 1
-
/* Define to 1 if you have the `strcmpi' function. */
/* #undef HAVE_STRCMPI */
diff --git a/lib/config-vxworks.h b/lib/config-vxworks.h
index ab128768a..c94534afb 100644
--- a/lib/config-vxworks.h
+++ b/lib/config-vxworks.h
@@ -571,9 +571,6 @@
/* Define to 1 if you have the strcasecmp function. */
#define HAVE_STRCASECMP 1
-/* Define to 1 if you have the strcasestr function. */
-/* #undef HAVE_STRCASESTR */
-
/* Define to 1 if you have the strcmpi function. */
/* #undef HAVE_STRCMPI */