summaryrefslogtreecommitdiff
path: root/wsutil/Makefile.common
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2014-10-28 21:43:12 -0400
committerJeff Morriss <jeff.morriss.ws@gmail.com>2014-10-30 13:39:44 +0000
commit79c977cf0a61b5f2ad724323c1676ba7e3abb2cc (patch)
tree19a76184ed6357434391cfe5f0617b9f13e77987 /wsutil/Makefile.common
parentc0a4a91ec20d2a91fe7b1d7ae3476e042ae86ba7 (diff)
downloadwireshark-79c977cf0a61b5f2ad724323c1676ba7e3abb2cc.tar.gz
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 'wsutil/Makefile.common')
-rw-r--r--wsutil/Makefile.common3
1 files changed, 1 insertions, 2 deletions
diff --git a/wsutil/Makefile.common b/wsutil/Makefile.common
index 48fa8b090f..f59f4c2af2 100644
--- a/wsutil/Makefile.common
+++ b/wsutil/Makefile.common
@@ -133,8 +133,7 @@ libwsutil_nonrepl_INCLUDES = \
# Header files that are not generated from other files
LIBWSUTIL_INCLUDES = \
- $(libwsutil_nonrepl_INCLUDES) \
- strncasecmp.h
+ $(libwsutil_nonrepl_INCLUDES)
#
# Editor modelines - https://www.wireshark.org/tools/modelines.html