Replace custom HAVE_PTHREAD_ATTR_GETSTACKSIZE and HAVE_PTHREAD_ATTR_SETSTACKSIZE with proper AC_CHECK_FUNCS call

This commit is contained in:
Ondřej Surý
2018-09-05 13:51:00 +02:00
parent 7716bdd400
commit 5a0f618d22
2 changed files with 0 additions and 12 deletions

View File

@@ -17,12 +17,6 @@
***/ ***/
@TOP@ @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. */ /** define if you have strerror in the C library. */
#undef HAVE_STRERROR #undef HAVE_STRERROR

View File

@@ -17,12 +17,6 @@
*** it does not get installed. *** 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. */ /** define if you have strerror in the C library. */
#undef HAVE_STRERROR #undef HAVE_STRERROR