Remove dummy ISC_PLATFORM_NEEDSTRCASESTR define from platform.h

This commit is contained in:
Ondřej Surý
2018-09-04 12:29:24 +02:00
parent 22e5231f99
commit f8635fd719
3 changed files with 1 additions and 15 deletions

View File

@@ -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.
*/

View File

@@ -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
*/