Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
f8635fd7
Commit
f8635fd7
authored
Sep 04, 2018
by
Ondřej Surý
Browse files
Remove dummy ISC_PLATFORM_NEEDSTRCASESTR define from platform.h
parent
22e5231f
Changes
3
Hide whitespace changes
Inline
Side-by-side
lib/isc/include/isc/platform.h.in
View file @
f8635fd7
...
...
@@ -82,11 +82,6 @@
*** Printing.
***/
/*
* If the system needs strlcpy(), ISC_PLATFORM_NEEDSTRLCPY will be defined.
*/
@ISC_PLATFORM_NEEDSTRLCPY@
/*
* If the system needs strlcat(), ISC_PLATFORM_NEEDSTRLCAT will be defined.
*/
...
...
lib/isc/win32/include/isc/platform.h.in
View file @
f8635fd7
...
...
@@ -65,12 +65,6 @@
#define ISC_PLATFORM_NORETURN_PRE __declspec(noreturn)
#define ISC_PLATFORM_NORETURN_POST
/*
* If the strcasestr() operation is not available on this platform,
* ISC_PLATFORM_NEEDSTRCASESTR will be defined.
*/
@ISC_PLATFORM_NEEDSTRCASESTR@
/*
* Set up a macro for importing and exporting from the DLL
*/
...
...
win32utils/Configure
View file @
f8635fd7
...
...
@@ -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
")
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment