diff options
| author | Xin LI <delphij@FreeBSD.org> | 2012-11-02 16:54:12 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2012-11-02 16:54:12 +0000 |
| commit | 21beb68dffab4002b7b073fc9fc5b06384df7eb7 (patch) | |
| tree | 43966bc6019330a50d7d3f6c3bf4c07a269063e5 /lib/libpcap | |
| parent | 25ec5e21530cfdc3a29baa3dd5eba6bb4c580f74 (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 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 */ |
