diff options
author | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-02-24 06:37:27 +0000 |
---|---|---|
committer | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-02-24 06:37:27 +0000 |
commit | e53d640ca4cee704108d4f31f410b5aa43eb6359 (patch) | |
tree | 0e075cba8c28f79559cf3b2c9602b4be74c0d2fe /net/socks5/files/patch-am | |
parent | Separete two ports in point of LIB_DEPENDS. (diff) |
Add getaddrinfo() wrapper function support.
Tested and confirmed by: Robert Muir <rmuir@looksharp.net>,
Toshihiko Kodama <kodama@ayame.mfd.cs.fujitsu.co.jp>,
Masahide -mac- NODA <mac@clave.gr.jp>
Approved by: jkh
Reviewed by: imp
Diffstat (limited to 'net/socks5/files/patch-am')
-rw-r--r-- | net/socks5/files/patch-am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/socks5/files/patch-am b/net/socks5/files/patch-am new file mode 100644 index 000000000000..d2d51855f1aa --- /dev/null +++ b/net/socks5/files/patch-am @@ -0,0 +1,10 @@ +--- configure.in.orig Tue Aug 3 00:00:50 1999 ++++ configure.in Sun Feb 20 21:24:32 2000 +@@ -120,6 +120,7 @@ + + AC_CHECK_FUNCS(gethostbyname2) + AC_CHECK_FUNCS(gethostbyname_r gethostbyaddr_r getpwuid_r getservbyname_r) ++AC_CHECK_FUNCS(getaddrinfo getnameinfo) + AC_CHECK_FUNCS(memset memcmp memmove strchr strrchr strdup strerror) + AC_CHECK_FUNCS(bcopy bcmp bzero index rindex) + AC_CHECK_FUNCS(setenv putenv unsetenv getenv) |