From 429820b180ffd5e43028722e36b013bad6c215ac Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 23 Feb 2013 19:51:05 +0100 Subject: strcasestr: remove check for this unused function --- lib/config-symbian.h | 3 --- lib/config-vxworks.h | 3 --- 2 files changed, 6 deletions(-) (limited to 'lib') 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 */ -- cgit v1.2.3