blob: ef5b36832ab7c394e1040630bb86baf8629cdfa6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$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
|