From: Ondřej Surý Date: Wed, 5 Sep 2018 11:37:48 +0000 (+0200) Subject: Replace custom HAVE_TZSET define with AC_CHECK_FUNCS call X-Git-Tag: v9.13.4~157^2~12 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=fa048a9b2c6b8edbf30a7374bd4d8c53e75a4fd0;p=thirdparty%2Fbind9.git Replace custom HAVE_TZSET define with AC_CHECK_FUNCS call --- diff --git a/acconfig.h b/acconfig.h index 8b37b5b8db4..5b59f2e9f87 100644 --- a/acconfig.h +++ b/acconfig.h @@ -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. diff --git a/config.h.in b/config.h.in index d4673ead185..546c17727e9 100644 --- a/config.h.in +++ b/config.h.in @@ -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.