mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
b47bf4289c
PR: ports/19692 Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
21 lines
610 B
Plaintext
21 lines
610 B
Plaintext
--- src/config.in.orig Mon Jun 26 19:06:49 2000
|
|
+++ src/config.in Mon Jun 26 19:07:38 2000
|
|
@@ -118,6 +118,9 @@
|
|
/* Define to support using a Hesiod database to find the POP server. */
|
|
#undef HESIOD
|
|
|
|
+/* Define to support using a XPG4 library on FreeBSD system. */
|
|
+#undef USE_XPG
|
|
+
|
|
/* Some things figured out by the configure script, grouped as they are in
|
|
configure.in. */
|
|
#ifndef _ALL_SOURCE /* suppress warning if this is pre-defined */
|
|
@@ -236,6 +239,7 @@
|
|
#undef HAVE_STRFTIME
|
|
#undef HAVE_GRANTPT
|
|
#undef HAVE_GETPT
|
|
+#undef HAVE_GETADDRINFO
|
|
|
|
#undef LOCALTIME_CACHE
|
|
#undef HAVE_INET_SOCKETS
|