Module Name:    src
Committed By:   christos
Date:           Sun Dec  5 03:06:54 UTC 2010

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

Log Message:
select IPv6 from the Makefile


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 src/external/bsd/libpcap/include/config.h:1.2
--- src/external/bsd/libpcap/include/config.h:1.1	Sat Dec  4 20:45:46 2010
+++ src/external/bsd/libpcap/include/config.h	Sat Dec  4 22:06:54 2010
@@ -176,8 +176,11 @@
 /* define if your compiler has __attribute__ */
 #define HAVE___ATTRIBUTE__ 1
 
+#ifdef notdef
+/* From the Makefile */
 /* IPv6 */
 #define INET6 1
+#endif
 
 /* if unaligned access fails */
 /* #undef LBL_ALIGN */

Reply via email to