diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/config-symbian.h | 3 | ||||
-rw-r--r-- | lib/config-vxworks.h | 3 |
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 */ |