Module Name:    src
Committed By:   christos
Date:           Wed Feb 20 01:39:02 UTC 2013

Modified Files:
        src/external/bsd/libpcap/include: config.h

Log Message:
define HAVE_CLONING_BPF.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/libpcap/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/libpcap/include/config.h
diff -u src/external/bsd/libpcap/include/config.h:1.2 src/external/bsd/libpcap/include/config.h:1.3
--- src/external/bsd/libpcap/include/config.h:1.2	Sat Dec  4 22:06:54 2010
+++ src/external/bsd/libpcap/include/config.h	Tue Feb 19 20:39:02 2013
@@ -5,7 +5,7 @@
 /* #undef BDEBUG */
 
 /* define if you have a cloning BPF device */
-/* #undef HAVE_CLONING_BPF */
+#define HAVE_CLONING_BPF 1
 
 /* define if you have the DAG API */
 /* #undef HAVE_DAG_API */

Reply via email to