Mon Jan 30 13:15:16 2017 UTC ()
we have a cloning bpf, the config test is broken


(christos)
diff -r1.8 -r1.9 src/external/bsd/libpcap/include/config.h

cvs diff -r1.8 -r1.9 src/external/bsd/libpcap/include/config.h (expand / switch to unified diff)

--- src/external/bsd/libpcap/include/config.h 2017/01/24 22:29:29 1.8
+++ src/external/bsd/libpcap/include/config.h 2017/01/30 13:15:15 1.9
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1/* config.h. Generated from config.h.in by configure. */ 1/* config.h. Generated from config.h.in by configure. */
2/* config.h.in. Generated from configure.ac by autoheader. */ 2/* config.h.in. Generated from configure.ac by autoheader. */
3 3
4/* Enable optimizer debugging */ 4/* Enable optimizer debugging */
5/* #undef BDEBUG */ 5/* #undef BDEBUG */
6 6
7/* define if you have a cloning BPF device */ 7/* define if you have a cloning BPF device */
8/* #undef HAVE_CLONING_BPF */ 8#define HAVE_CLONING_BPF 1
9 9
10/* define if you have the DAG API */ 10/* define if you have the DAG API */
11/* #undef HAVE_DAG_API */ 11/* #undef HAVE_DAG_API */
12 12
13/* define if you have dag_get_erf_types() */ 13/* define if you have dag_get_erf_types() */
14/* #undef HAVE_DAG_GET_ERF_TYPES */ 14/* #undef HAVE_DAG_GET_ERF_TYPES */
15 15
16/* define if you have dag_get_stream_erf_types() */ 16/* define if you have dag_get_stream_erf_types() */
17/* #undef HAVE_DAG_GET_STREAM_ERF_TYPES */ 17/* #undef HAVE_DAG_GET_STREAM_ERF_TYPES */
18 18
19/* define if you have streams capable DAG API */ 19/* define if you have streams capable DAG API */
20/* #undef HAVE_DAG_STREAMS_API */ 20/* #undef HAVE_DAG_STREAMS_API */
21 21