aboutsummaryrefslogtreecommitdiff
path: root/m4/curl-functions.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
commitd26a92493a94c8af3d01f9e71a51a5b93ad5e6da (patch)
tree8a03938e7f5cf610b7e663ba84a54f05bb2a4d3c /m4/curl-functions.m4
parent05a4abea0416da73afe15a3135ca24a804010d77 (diff)
HP-UX 11.11 and later have threadsafe getaddrinfo
Diffstat (limited to 'm4/curl-functions.m4')
-rw-r--r--m4/curl-functions.m48
1 files changed, 7 insertions, 1 deletions
diff --git a/m4/curl-functions.m4 b/m4/curl-functions.m4
index 8cd99b07b..5cab3c0b2 100644
--- a/m4/curl-functions.m4
+++ b/m4/curl-functions.m4
@@ -22,7 +22,7 @@
#***************************************************************************
# File version for 'aclocal' use. Keep it a single number.
-# serial 55
+# serial 56
dnl CURL_INCLUDES_ARPA_INET
@@ -1650,6 +1650,12 @@ AC_DEFUN([CURL_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"
;;