aboutsummaryrefslogtreecommitdiff
path: root/ares/m4/cares-functions.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ares/m4/cares-functions.m4')
-rw-r--r--ares/m4/cares-functions.m48
1 files changed, 7 insertions, 1 deletions
diff --git a/ares/m4/cares-functions.m4 b/ares/m4/cares-functions.m4
index 0169cf77e..6a4eb05dc 100644
--- a/ares/m4/cares-functions.m4
+++ b/ares/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"
;;