ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/lib/libpcap/config.h
(Generate patch)

Comparing trunk/lib/libpcap/config.h (file contents):
Revision 10653 by laffer1, Sat Sep 17 22:41:55 2016 UTC vs.
Revision 10654 by laffer1, Sat Jun 9 19:23:33 2018 UTC

# Line 1 | Line 1
1   /* $MidnightBSD$ */
2 + /* $FreeBSD: stable/10/lib/libpcap/config.h 277722 2015-01-26 03:26:37Z luigi $ */
3   /* This is an edited copy of the config.h generated by configure. */
4  
5   /* config.h.  Generated from config.h.in by configure.  */
# Line 62 | Line 63
63   /* if libnl exists and is version 2.x */
64   /* #undef HAVE_LIBNL_2_x */
65  
66 + /* if libnl exists and is version 3.x */
67 + /* #undef HAVE_LIBNL_3_x */
68 +
69 + /* libnl has NLE_FAILURE */
70 + /* #undef HAVE_LIBNL_NLE */
71 +
72 + /* libnl has new-style socket api */
73 + /* #undef HAVE_LIBNL_SOCKETS */
74 +
75   /* Define to 1 if you have the <limits.h> header file. */
76   #define HAVE_LIMITS_H 1
77  
# Line 217 | Line 227
227   /* path for device for USB sniffing */
228   /* #undef LINUX_USB_MON_DEV */
229  
230 + /* if we need a pcap_parse wrapper around yyparse */
231 + #define NEED_YYPARSE_WRAPPER
232 +
233   /* Define to 1 if netinet/ether.h declares `ether_hostton' */
234   /* #undef NETINET_ETHER_H_DECLARES_ETHER_HOSTTON */
235  
236   /* Define to 1 if netinet/if_ether.h declares `ether_hostton' */
237 < #define NETINET_IF_ETHER_H_DECLARES_ETHER_HOSTTON /**/
237 > #define NETINET_IF_ETHER_H_DECLARES_ETHER_HOSTTON
238  
239   /* do not use protochain */
240   /* #undef NO_PROTOCHAIN */
# Line 238 | Line 251
251   /* Define to the one symbol short name of this package. */
252   #define PACKAGE_TARNAME ""
253  
241 /* Define to the home page for this package. */
242 #define PACKAGE_URL ""
243
254   /* Define to the version of this package. */
255   #define PACKAGE_VERSION ""
256  
# Line 262 | Line 272
272   /* target host supports USB sniffing */
273   /* #undef PCAP_SUPPORT_USB */
274  
275 + /* target host supports netmap */
276 + #define PCAP_SUPPORT_NETMAP 1
277 +
278   /* include ACN support */
279   /* #undef SITA */
280 +
281 + /* if struct sockaddr_hci has hci_channel member */
282 + /* #undef SOCKADDR_HCI_HAS_HCI_CHANNEL */
283  
284   /* Define to 1 if you have the ANSI C header files. */
285   #define STDC_HEADERS 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines