Detect thread-safe versions of gethostbyname/gethostbyaddr/getservbyname
and how many arguments they use. Detect thread-safe versions of localtime/gmtime and readdir. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36267 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
33
setup.h.in
33
setup.h.in
@@ -865,15 +865,45 @@
|
||||
/* Define if you have BSD flock() function. */
|
||||
#undef HAVE_FLOCK
|
||||
|
||||
/* Define if you have a gethostbyname_r function taking 6 arguments. */
|
||||
#undef HAVE_FUNC_GETHOSTBYNAME_R_6
|
||||
|
||||
/* Define if you have a gethostbyname_r function taking 5 arguments. */
|
||||
#undef HAVE_FUNC_GETHOSTBYNAME_R_5
|
||||
|
||||
/* Define if you have a gethostbyname_r function taking 3 arguments. */
|
||||
#undef HAVE_FUNC_GETHOSTBYNAME_R_3
|
||||
|
||||
/* Define if you only have a gethostbyname function */
|
||||
#undef HAVE_GETHOSTBYNAME
|
||||
|
||||
/* Define if you have the gethostname function. */
|
||||
#undef HAVE_GETHOSTNAME
|
||||
|
||||
/* Define if you have a getservbyname_r function taking 6 arguments. */
|
||||
#undef HAVE_FUNC_GETSERVBYNAME_R_6
|
||||
|
||||
/* Define if you have a getservbyname_r function taking 5 arguments. */
|
||||
#undef HAVE_FUNC_GETSERVBYNAME_R_5
|
||||
|
||||
/* Define if you have a getservbyname_r function taking 4 arguments. */
|
||||
#undef HAVE_FUNC_GETSERVBYNAME_R_4
|
||||
|
||||
/* Define if you only have a getservbyname function */
|
||||
#undef HAVE_GETSERVBYNAME
|
||||
|
||||
/* Define if you have the gmtime_r function. */
|
||||
#undef HAVE_GMTIME_R
|
||||
|
||||
/* Define if you have the inet_addr function. */
|
||||
#undef HAVE_INET_ADDR
|
||||
|
||||
/* Define if you have the inet_aton function. */
|
||||
#undef HAVE_INET_ATON
|
||||
|
||||
/* Define if you have the localtime_r function. */
|
||||
#undef HAVE_LOCALTIME_R
|
||||
|
||||
/* Define if you have the mktemp function. */
|
||||
#undef HAVE_MKTEMP
|
||||
|
||||
@@ -886,6 +916,9 @@
|
||||
/* Define if you have the putenv function. */
|
||||
#undef HAVE_PUTENV
|
||||
|
||||
/* Define if you have the readdir_r function. */
|
||||
#undef HAVE_READDIR_R
|
||||
|
||||
/* Define if you have the setenv function. */
|
||||
#undef HAVE_SETENV
|
||||
|
||||
|
Reference in New Issue
Block a user