replace str{,n}casecmp by _str{,n}icmp when available
commitb98f587a7fe5651c0477907aa07c753b0894f143
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 16 Jun 2015 06:47:43 +0000 (16 08:47 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 17 Jun 2015 08:31:31 +0000 (17 10:31 +0200)
treeea939d5dcf0b6590233e3c75fbdced2298afe87a
parent36e2bf56109a6fdf2926dd4a47c5346d9bd5d085
replace str{,n}casecmp by _str{,n}icmp when available

The "strings.h" header should also only get included when
strcasecmp or strncasecmp are available.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
configure.ac
isl_config_post.h
isl_stream.c
pip.c