blob: 8ad986e757f60fda6d7dc575645aea971851dbda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ac,v 1.3 2006/02/09 22:34:13 minskim Exp $
--- include/config.h.in.orig 2002-05-13 17:17:52.000000000 -0700
+++ include/config.h.in
@@ -37,6 +37,9 @@ dnl
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
+/* Define to 1 if you have the <net/bpf.h> header file. */
+#undef HAVE_NET_BPF_H
+
/* Version number of package */
#undef VERSION
|