]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove dummy ISC_PLATFORM_HAVESTRINGSH platform define
authorOndřej Surý <ondrej@sury.org>
Wed, 5 Sep 2018 10:01:10 +0000 (12:01 +0200)
committerOndřej Surý <ondrej@sury.org>
Fri, 7 Sep 2018 10:17:30 +0000 (12:17 +0200)
configure
configure.in
lib/isc/include/isc/platform.h.in

index 2ac9d6efb4d0a587c393eb4ed519cdeba5dc386e..1ff1fbd73b89bad6e61dbaba92f5fc8c335f38f1 100755 (executable)
--- a/configure
+++ b/configure
@@ -706,7 +706,6 @@ DNSTAPSRCS
 DNSTAP
 FSTRM_CAPTURE
 PROTOC_C
-ISC_PLATFORM_HAVESTRINGSH
 IRS_PLATFORM_USEDECLSPEC
 ISC_PLATFORM_USEDECLSPEC
 ISC_PLATFORM_HAVESTATNSEC
@@ -18033,29 +18032,6 @@ ISC_PLATFORM_USEDECLSPEC="#undef ISC_PLATFORM_USEDECLSPEC"
 
 IRS_PLATFORM_USEDECLSPEC="#undef IRS_PLATFORM_USEDECLSPEC"
 
-#
-# Random remaining OS-specific issues involving compiler warnings.
-# XXXDCL print messages to indicate some compensation is being done?
-#
-
-for ac_header in strings.h
-do :
-  ac_fn_c_check_header_mongrel "$LINENO" "strings.h" "ac_cv_header_strings_h" "$ac_includes_default"
-if test "x$ac_cv_header_strings_h" = xyes; then :
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_STRINGS_H 1
-_ACEOF
- ISC_PLATFORM_HAVESTRINGSH="#define ISC_PLATFORM_HAVESTRINGSH 1"
-
-else
-  ISC_PLATFORM_HAVESTRINGSH="#undef ISC_PLATFORM_HAVESTRINGSH"
-
-fi
-
-done
-
-
-
 #
 # Check for if_nametoindex() for IPv6 scoped addresses support
 #
index 1b80783f4670a24268f0bc5f4161a7c819049495..1a8dd2d2df0c44389eb509b8554a1e83d2d0f79e 100644 (file)
@@ -2075,18 +2075,6 @@ ISC_PLATFORM_USEDECLSPEC="#undef ISC_PLATFORM_USEDECLSPEC"
 AC_SUBST(IRS_PLATFORM_USEDECLSPEC)
 IRS_PLATFORM_USEDECLSPEC="#undef IRS_PLATFORM_USEDECLSPEC"
 
-#
-# Random remaining OS-specific issues involving compiler warnings.
-# XXXDCL print messages to indicate some compensation is being done?
-#
-
-AC_CHECK_HEADERS(strings.h,
-  ISC_PLATFORM_HAVESTRINGSH="#define ISC_PLATFORM_HAVESTRINGSH 1"
-,
-  ISC_PLATFORM_HAVESTRINGSH="#undef ISC_PLATFORM_HAVESTRINGSH"
-)
-AC_SUBST(ISC_PLATFORM_HAVESTRINGSH)
-
 #
 # Check for if_nametoindex() for IPv6 scoped addresses support
 #
index ee1845bd25ba3e0ea0c8d7b4c344cc7e5e20c901..e96e12f2cd8d1666bca8b84077750e9213d183f4 100644 (file)
  */
 @ISC_PLATFORM_HAVESYSUNH@
 
-/*
- * Define if the platform has <strings.h>.
- */
-@ISC_PLATFORM_HAVESTRINGSH@
-
 /*
  * Defines for the noreturn attribute.
  */