Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/libpcap/include select IPv6 from the Makefile



details:   https://anonhg.NetBSD.org/src/rev/5ef7d75da533
branches:  trunk
changeset: 759278:5ef7d75da533
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 05 03:06:54 2010 +0000

description:
select IPv6 from the Makefile

diffstat:

 external/bsd/libpcap/include/config.h |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r 3cf306d0494b -r 5ef7d75da533 external/bsd/libpcap/include/config.h
--- a/external/bsd/libpcap/include/config.h     Sun Dec 05 03:06:08 2010 +0000
+++ b/external/bsd/libpcap/include/config.h     Sun Dec 05 03:06:54 2010 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index