diff options
| author | Xin LI <delphij@FreeBSD.org> | 2012-10-05 18:42:50 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2012-10-05 18:42:50 +0000 |
| commit | 15752fa8582f3f77b0504f977b08378b93c4c8a7 (patch) | |
| tree | 8be204ab523349d7c0ed42856fee7a1e630b1c2b /lib/libpcap | |
| parent | 93a2fe45a627ac7d0c63763b8ac7ddabab270b11 (diff) | |
| parent | 3ca61f8b14e648b24f10072d662c12fb35fc4b44 (diff) | |
Notes
Diffstat (limited to 'lib/libpcap')
| -rw-r--r-- | lib/libpcap/config.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libpcap/config.h b/lib/libpcap/config.h index b364c13c365f..379772b86546 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 */ |
