aboutsummaryrefslogtreecommitdiff
path: root/lib/libpcap
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2013-05-30 08:02:00 +0000
committerXin LI <delphij@FreeBSD.org>2013-05-30 08:02:00 +0000
commitedc89b24f34e5335ee722d9b477c1f984acd2b7f (patch)
tree5ab08c0c24a5cec0f64a701f8ba689a47b1d5fec /lib/libpcap
parent2493d5e6cba8f97bf3536531d483452c30429949 (diff)
parent59ed76438047aa730b3a617abd873b84457fc4fd (diff)
downloadsrc-edc89b24f34e5335ee722d9b477c1f984acd2b7f.tar.gz
src-edc89b24f34e5335ee722d9b477c1f984acd2b7f.zip
MFV: libpcap 1.4.0.
MFC after: 4 weeks
Notes
Notes: svn path=/head/; revision=251129
Diffstat (limited to 'lib/libpcap')
-rw-r--r--lib/libpcap/config.h20
1 files changed, 16 insertions, 4 deletions
diff --git a/lib/libpcap/config.h b/lib/libpcap/config.h
index 379772b86546..79cb3d228ce4 100644
--- a/lib/libpcap/config.h
+++ b/lib/libpcap/config.h
@@ -62,6 +62,15 @@
/* if libnl exists and is version 2.x */
/* #undef HAVE_LIBNL_2_x */
+/* if libnl exists and is version 3.x */
+/* #undef HAVE_LIBNL_3_x */
+
+/* libnl has NLE_FAILURE */
+/* #undef HAVE_LIBNL_NLE */
+
+/* libnl has new-style socket api */
+/* #undef HAVE_LIBNL_SOCKETS */
+
/* Define to 1 if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1
@@ -217,11 +226,14 @@
/* path for device for USB sniffing */
/* #undef LINUX_USB_MON_DEV */
+/* if we need a pcap_parse wrapper around yyparse */
+#define NEED_YYPARSE_WRAPPER
+
/* Define to 1 if netinet/ether.h declares `ether_hostton' */
/* #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,9 +250,6 @@
/* 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 ""
@@ -265,6 +274,9 @@
/* include ACN support */
/* #undef SITA */
+/* if struct sockaddr_hci has hci_channel member */
+/* #undef SOCKADDR_HCI_HAS_HCI_CHANNEL */
+
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1