2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Replace custom HAVE_TZSET define with AC_CHECK_FUNCS call

This commit is contained in:
Ondřej Surý
2018-09-05 13:37:48 +02:00
parent c83d9b9b50
commit fa048a9b2c
2 changed files with 0 additions and 6 deletions

View 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.

View 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.