14 lines
380 B
Text
14 lines
380 B
Text
$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
|
|
|