aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2009-08-14 15:47:04 +0200
committerTobias Brunner <tobias@strongswan.org>2009-08-14 16:14:32 +0200
commitf1777dff59a24718265eeb5e37aaf765b34dfb53 (patch)
tree4b5920e36d59b4253f05792252ea71388f50d037 /configure.in
parent26965b4ef3758e44b90f7574c8d204afe5923ab6 (diff)
downloadstrongswan-f1777dff59a24718265eeb5e37aaf765b34dfb53.tar.bz2
strongswan-f1777dff59a24718265eeb5e37aaf765b34dfb53.tar.xz
Replacing gethostbyname, gethostbyname2 and their _r variants with getaddrinfo to increase portability.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 9c811a5c4..f677cb622 100644
--- a/configure.in
+++ b/configure.in
@@ -882,7 +882,6 @@ AC_TRY_COMPILE(
)
AC_CHECK_FUNCS(prctl)
-AC_CHECK_FUNCS(gethostbyname_r)
AC_CHECK_HEADERS(sys/sockio.h)
AC_CHECK_HEADERS(net/pfkeyv2.h netipsec/ipsec.h netinet6/ipsec.h linux/udp.h)