From 21beb68dffab4002b7b073fc9fc5b06384df7eb7 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Fri, 2 Nov 2012 16:54:12 +0000 Subject: MFC r241231: MFV: libpcap 1.3.0. --- lib/libpcap/config.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lib/libpcap') diff --git a/lib/libpcap/config.h b/lib/libpcap/config.h index b364c13c365f4..379772b865464 100644 --- a/lib/libpcap/config.h +++ b/lib/libpcap/config.h @@ -221,7 +221,7 @@ /* #undef NETINET_ETHER_H_DECLARES_ETHER_HOSTTON */ /* Define to 1 if netinet/if_ether.h declares `ether_hostton' */ -#define NETINET_IF_ETHER_H_DECLARES_ETHER_HOSTTON +#define NETINET_IF_ETHER_H_DECLARES_ETHER_HOSTTON /**/ /* do not use protochain */ /* #undef NO_PROTOCHAIN */ @@ -238,6 +238,9 @@ /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "" +/* Define to the home page for this package. */ +#define PACKAGE_URL "" + /* Define to the version of this package. */ #define PACKAGE_VERSION "" @@ -250,6 +253,9 @@ /* target host supports CAN sniffing */ /* #undef PCAP_SUPPORT_CAN */ +/* target host supports canusb */ +/* #undef PCAP_SUPPORT_CANUSB */ + /* target host supports netfilter sniffing */ /* #undef PCAP_SUPPORT_NETFILTER */ -- cgit v1.3