a4b4ab60a8
ASNs with long prepends are seen.
43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
$OpenBSD: patch-configure,v 1.6 2009/05/12 12:18:04 sthen Exp $
|
|
--- configure.orig Fri May 8 23:16:04 2009
|
|
+++ configure Sun May 10 12:38:00 2009
|
|
@@ -18818,6 +18818,27 @@ cat confdefs.h >>conftest.$ac_ext
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
$ac_includes_default
|
|
+#ifdef HAVE_SYS_SOCKET_H
|
|
+#include <sys/socket.h>
|
|
+#endif
|
|
+#ifdef HAVE_NET_IF_H
|
|
+#include <net/if.h>
|
|
+#endif
|
|
+#ifdef HAVE_NETINET_IN_H
|
|
+#include <netinet/in.h>
|
|
+#endif
|
|
+#ifdef HAVE_SYS_SOCKET_H
|
|
+#include <sys/socket.h>
|
|
+#endif
|
|
+#ifdef HAVE_NET_IF_H
|
|
+#include <net/if.h>
|
|
+#endif
|
|
+#ifdef HAVE_IPV6
|
|
+#include <netinet/in.h>
|
|
+#endif
|
|
+#ifdef HAVE_NETINET6_IN6_VAR_H
|
|
+#include <netinet6/in6_var.h>
|
|
+#endif
|
|
#include <$ac_header>
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
@@ -32793,10 +32814,3 @@ log file mask : ${enable_logfile_mask}
|
|
|
|
The above user and group must have read/write access to the state file
|
|
directory and to the config files in the config file directory."
|
|
-
|
|
-if test x"$quagga_cv_gnu_make" = x"no"; then echo "
|
|
-Warning: The ${MAKE-make} programme detected, either in your path or
|
|
-via the MAKE variable, is not GNU Make. GNU make may be installed as
|
|
-gmake on some systems. and is required to complete a build of Quagga
|
|
-" > /dev/stderr
|
|
-fi
|