danh 92f673c891 use getifaddrs/freeifaddrs if available
based on suggestion and patches from millert@
2002-05-11 20:58:14 +00:00

24 lines
666 B
Plaintext

$OpenBSD: patch-config_h_in,v 1.1 2002/05/11 20:58:14 danh Exp $
--- config.h.in.orig Mon May 6 15:14:16 2002
+++ config.h.in Mon May 6 15:14:50 2002
@@ -512,6 +512,9 @@
/* Define if you have the `finite' function. */
#undef HAVE_FINITE
+/* Define if you have the `freeifaddrs' function. */
+#undef HAVE_FREEIFADDRS
+
/* Define if you have the `getbootfile' function. */
#undef HAVE_GETBOOTFILE
@@ -520,6 +523,9 @@
/* Define if you have the `getdtablesize' function. */
#undef HAVE_GETDTABLESIZE
+
+/* Define if you have the `getifaddrs' function. */
+#undef HAVE_GETIFADDRS
/* Define if you have the `getrusage' function. */
#undef HAVE_GETRUSAGE