mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
e53d640ca4
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
16 lines
450 B
Plaintext
16 lines
450 B
Plaintext
--- include/config.h.in.orig Mon Aug 2 23:57:28 1999
|
|
+++ include/config.h.in Sun Feb 20 21:20:53 2000
|
|
@@ -133,6 +133,12 @@
|
|
/* Define if you have the gethostbyname_r function. */
|
|
#undef HAVE_GETHOSTBYNAME_R
|
|
|
|
+/* Define if you have the getaddrinfo function. */
|
|
+#undef HAVE_GETADDRINFO
|
|
+
|
|
+/* Define if you have the getnameinfo function. */
|
|
+#undef HAVE_GETNAMEINFO
|
|
+
|
|
/* Define if you have the getifaddrs function. */
|
|
#undef HAVE_GETIFADDRS
|
|
|