mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
Remove dummy ISC_PLATFORM_NEEDSTRCASESTR define from platform.h
This commit is contained in:
@@ -227,7 +227,7 @@ my @substdefh = ("AES_CC",
|
||||
|
||||
my %configdefp;
|
||||
|
||||
my @substdefp = ("ISC_PLATFORM_NEEDSTRCASESTR");
|
||||
my @substdefp = ();
|
||||
|
||||
# for conf.sh
|
||||
|
||||
@@ -1156,9 +1156,6 @@ if ($msc_ver >= 1700) {
|
||||
$configdefh{"USE_BACKTRACE"} = 1;
|
||||
}
|
||||
|
||||
# no version of MSVS supports strcasestr() yet
|
||||
$configdefp{"ISC_PLATFORM_NEEDSTRCASESTR"} = 1;
|
||||
|
||||
# warn when cross compiling
|
||||
|
||||
if ($cross_compile eq "yes") {
|
||||
|
Reference in New Issue
Block a user