* Fixed 64-bit portability bug in time_string function (Thomas Habets). * Clean up configure on FreeBSD for recent autotool versions that require that all .h files have to be compiled. Also, FreeBSD install does not support GNU long options which the Makefile in easy-rsa/2.0 uses (not checked the others as we don't install those on Gentoo) (Roy Marples).
14 lines
414 B
Text
14 lines
414 B
Text
$NetBSD: patch-ad,v 1.2 2007/06/21 21:44:42 jlam Exp $
|
|
|
|
--- config.h.in.orig 2007-04-25 19:54:40.000000000 -0400
|
|
+++ config.h.in
|
|
@@ -216,6 +216,9 @@
|
|
/* Define to 1 if you have the <net/if.h> header file. */
|
|
#undef HAVE_NET_IF_H
|
|
|
|
+/* Define to 1 if you have the <net/if_tap.h> header file. */
|
|
+#undef HAVE_NET_IF_TAP_H
|
|
+
|
|
/* Define to 1 if you have the <net/if_tun.h> header file. */
|
|
#undef HAVE_NET_IF_TUN_H
|
|
|