1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-22 04:40:57 +00:00

HP-UX 11.11 and later have threadsafe getaddrinfo

This commit is contained in:
Yang Tse
2009-11-12 20:29:28 +00:00
parent 109c17b680
commit f084328b48

View File

@ -16,7 +16,7 @@
#***************************************************************************
# File version for 'aclocal' use. Keep it a single number.
# serial 33
# serial 34
dnl CARES_INCLUDES_ARPA_INET
@ -1026,6 +1026,12 @@ AC_DEFUN([CARES_CHECK_FUNC_GETADDRINFO], [
freebsd*)
tst_tsafe_getaddrinfo="yes"
;;
hpux[[123456789]].* | hpux10.* | hpux11.0* | hpux11.10*)
tst_tsafe_getaddrinfo="no"
;;
hpux*)
tst_tsafe_getaddrinfo="yes"
;;
linux*)
tst_tsafe_getaddrinfo="yes"
;;