From: Ondřej Surý Date: Wed, 5 Sep 2018 11:51:00 +0000 (+0200) Subject: Replace custom HAVE_PTHREAD_ATTR_GETSTACKSIZE and HAVE_PTHREAD_ATTR_SETSTACKSIZE... X-Git-Tag: v9.13.4~157^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a0f618d22d9dfc7454c897c126e1093578c726e;p=thirdparty%2Fbind9.git Replace custom HAVE_PTHREAD_ATTR_GETSTACKSIZE and HAVE_PTHREAD_ATTR_SETSTACKSIZE with proper AC_CHECK_FUNCS call --- diff --git a/acconfig.h b/acconfig.h index 369986e9c85..8b4a7ea6263 100644 --- a/acconfig.h +++ b/acconfig.h @@ -17,12 +17,6 @@ ***/ @TOP@ -/** define if pthread_attr_getstacksize() is available */ -#undef HAVE_PTHREAD_ATTR_GETSTACKSIZE - -/** define if pthread_attr_setstacksize() is available */ -#undef HAVE_PTHREAD_ATTR_SETSTACKSIZE - /** define if you have strerror in the C library. */ #undef HAVE_STRERROR diff --git a/config.h.in b/config.h.in index e0e624ad673..619a3b4b370 100644 --- a/config.h.in +++ b/config.h.in @@ -17,12 +17,6 @@ *** it does not get installed. ***/ -/** define if pthread_attr_getstacksize() is available */ -#undef HAVE_PTHREAD_ATTR_GETSTACKSIZE - -/** define if pthread_attr_setstacksize() is available */ -#undef HAVE_PTHREAD_ATTR_SETSTACKSIZE - /** define if you have strerror in the C library. */ #undef HAVE_STRERROR