diff options
author | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2014-10-28 21:43:12 -0400 |
---|---|---|
committer | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2014-10-30 13:39:44 +0000 |
commit | 79c977cf0a61b5f2ad724323c1676ba7e3abb2cc (patch) | |
tree | 19a76184ed6357434391cfe5f0617b9f13e77987 /config.h.win32 | |
parent | c0a4a91ec20d2a91fe7b1d7ae3476e042ae86ba7 (diff) | |
download | wireshark-79c977cf0a61b5f2ad724323c1676ba7e3abb2cc.tar.gz wireshark-79c977cf0a61b5f2ad724323c1676ba7e3abb2cc.tar.bz2 wireshark-79c977cf0a61b5f2ad724323c1676ba7e3abb2cc.zip |
Remove the optional strncasecmp.{h,c} target (for systems that don't have that API).
strncasecmp() has been prohibited for years (in favor of the g_ascii_ version).
Change-Id: I64b7c29099b1c5240757e2026fe3490096a84755
Reviewed-on: https://code.wireshark.org/review/4980
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'config.h.win32')
-rw-r--r-- | config.h.win32 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config.h.win32 b/config.h.win32 index a5cdf7435d..84995abce9 100644 --- a/config.h.win32 +++ b/config.h.win32 @@ -217,10 +217,6 @@ /* Define to have ntddndis.h */ @HAVE_NTDDNDIS_H@ -/* Define to 1 if you have the strncasecmp function. */ -/* Actually, we don't, but we have strnicmp, and #define strncasecmp to strnicmp below */ -#define HAVE_STRNCASECMP 1 - /* Define if you have the strptime function. */ /* #undef HAVE_STRPTIME 1 */ @@ -242,7 +238,6 @@ #define _WIN32_WINNT _WIN32_WINNT_WINXP #endif -#define strncasecmp strnicmp #define popen _popen #define pclose _pclose |