summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2007-08-10 13:05:10 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2007-08-10 13:05:10 +0000
commit2afebc2b639e5819c16fc0c02c28243c61d686fd (patch)
treed0256c697558361c0191ea8729b9a95090291770 /macros
parentc5560c55cc241aeb952b0530e5d1f4682f288168 (diff)
downloadneon-2afebc2b639e5819c16fc0c02c28243c61d686fd.tar.gz
* src/ne_socket.h (ne_iaddr_reverse),
src/ne_socket.c (ne_iaddr_reverse): New function. * test/socket.c (addr_reverse): New tests. * macros/neon.m4 (LIBNEON_SOURCE_CHECKS): Check for getnameinfo too. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1220 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'macros')
-rw-r--r--macros/neon.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/neon.m4 b/macros/neon.m4
index 74ec207..c8e9d96 100644
--- a/macros/neon.m4
+++ b/macros/neon.m4
@@ -631,7 +631,7 @@ NE_SEARCH_LIBS(getaddrinfo, nsl,,
AC_MSG_NOTICE([getaddrinfo support disabled on HP-UX 11.0x/11.1x]) ;;
*)
ne_enable_gai=yes
- NE_CHECK_FUNCS(gai_strerror inet_ntop,,[ne_enable_gai=no; break]) ;;
+ NE_CHECK_FUNCS(gai_strerror getnameinfo inet_ntop,,[ne_enable_gai=no; break]) ;;
esac
])