]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Replace custom HAVE_TZSET define with AC_CHECK_FUNCS call
authorOndřej Surý <ondrej@sury.org>
Wed, 5 Sep 2018 11:37:48 +0000 (13:37 +0200)
committerOndřej Surý <ondrej@sury.org>
Fri, 7 Sep 2018 10:17:40 +0000 (12:17 +0200)
acconfig.h
config.h.in

index 8b37b5b8db4f2a448128635e2d8f800bc249e91b..5b59f2e9f874519a2c404267ad41b365ea510482 100644 (file)
@@ -17,9 +17,6 @@
  ***/
 @TOP@
 
-/** define if tzset() is available */
-#undef HAVE_TZSET
-
 /**
  * define if pthread_setconcurrency() should be called to tell the
  * OS how many threads we might want to run.
index d4673ead18512d605844ced1497a4a5338f0f9f7..546c17727e901d889165dd4e157d85c4272e5614 100644 (file)
@@ -17,9 +17,6 @@
  *** it does not get installed.
  ***/
 
-/** define if tzset() is available */
-#undef HAVE_TZSET
-
 /**
  * define if pthread_setconcurrency() should be called to tell the
  * OS how many threads we might want to run.