mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 13:03:41 -04:00
23 lines
688 B
Plaintext
23 lines
688 B
Plaintext
$NetBSD: patch-ac,v 1.2 2013/12/01 20:18:29 tonnerre Exp $
|
|
|
|
DragonFly BSD support (see https://github.com/gsliepen/tinc/pull/1)
|
|
|
|
--- config.h.in.orig 2010-04-11 19:49:08 +0200
|
|
+++ config.h.in
|
|
@@ -163,9 +163,15 @@
|
|
/* 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/tap/if_tap.h> header file. */
|
|
+#undef HAVE_NET_TAP_IF_TAP_H
|
|
+
|
|
/* Define to 1 if you have the <net/if_tun.h> header file. */
|
|
#undef HAVE_NET_IF_TUN_H
|
|
|
|
+/* Define to 1 if you have the <net/tun/if_tun.h> header file. */
|
|
+#undef HAVE_NET_TUN_IF_TUN_H
|
|
+
|
|
/* Define to 1 if you have the <net/if_types.h> header file. */
|
|
#undef HAVE_NET_IF_TYPES_H
|
|
|