summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-11-12 20:29:28 +0000
committerYang Tse <yangsita@gmail.com>2009-11-12 20:29:28 +0000
commitf084328b482c0a4571983779735e4c13ce8cb2f0 (patch)
tree4e554b007e2fc850721b8406d1833bc35fa6e9ad /m4
parent109c17b680c56d9cc263c9b48da693e64bb4ca3e (diff)
downloadc-ares-f084328b482c0a4571983779735e4c13ce8cb2f0.tar.gz
c-ares-f084328b482c0a4571983779735e4c13ce8cb2f0.tar.bz2
c-ares-f084328b482c0a4571983779735e4c13ce8cb2f0.zip
HP-UX 11.11 and later have threadsafe getaddrinfo
Diffstat (limited to 'm4')
-rw-r--r--m4/cares-functions.m48
1 files changed, 7 insertions, 1 deletions
diff --git a/m4/cares-functions.m4 b/m4/cares-functions.m4
index 0169cf7..6a4eb05 100644
--- a/m4/cares-functions.m4
+++ b/m4/cares-functions.m4
@@ -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"
;;