Deleted Added
full compact
config.h (235426) config.h (241231)
1/* $FreeBSD: head/lib/libpcap/config.h 235426 2012-05-14 05:12:56Z delphij $ */
1/* $FreeBSD: head/lib/libpcap/config.h 241231 2012-10-05 18:42:50Z delphij $ */
2/* This is an edited copy of the config.h generated by configure. */
3
4/* config.h. Generated from config.h.in by configure. */
5/* config.h.in. Generated from configure.in by autoheader. */
6
7/* Enable optimizer debugging */
8/* #undef BDEBUG */
9

--- 206 unchanged lines hidden (view full) ---

216
217/* path for device for USB sniffing */
218/* #undef LINUX_USB_MON_DEV */
219
220/* Define to 1 if netinet/ether.h declares `ether_hostton' */
221/* #undef NETINET_ETHER_H_DECLARES_ETHER_HOSTTON */
222
223/* Define to 1 if netinet/if_ether.h declares `ether_hostton' */
2/* This is an edited copy of the config.h generated by configure. */
3
4/* config.h. Generated from config.h.in by configure. */
5/* config.h.in. Generated from configure.in by autoheader. */
6
7/* Enable optimizer debugging */
8/* #undef BDEBUG */
9

--- 206 unchanged lines hidden (view full) ---

216
217/* path for device for USB sniffing */
218/* #undef LINUX_USB_MON_DEV */
219
220/* Define to 1 if netinet/ether.h declares `ether_hostton' */
221/* #undef NETINET_ETHER_H_DECLARES_ETHER_HOSTTON */
222
223/* Define to 1 if netinet/if_ether.h declares `ether_hostton' */
224#define NETINET_IF_ETHER_H_DECLARES_ETHER_HOSTTON
224#define NETINET_IF_ETHER_H_DECLARES_ETHER_HOSTTON /**/
225
226/* do not use protochain */
227/* #undef NO_PROTOCHAIN */
228
229/* Define to the address where bug reports for this package should be sent. */
230#define PACKAGE_BUGREPORT ""
231
232/* Define to the full name of this package. */
233#define PACKAGE_NAME ""
234
235/* Define to the full name and version of this package. */
236#define PACKAGE_STRING ""
237
238/* Define to the one symbol short name of this package. */
239#define PACKAGE_TARNAME ""
240
225
226/* do not use protochain */
227/* #undef NO_PROTOCHAIN */
228
229/* Define to the address where bug reports for this package should be sent. */
230#define PACKAGE_BUGREPORT ""
231
232/* Define to the full name of this package. */
233#define PACKAGE_NAME ""
234
235/* Define to the full name and version of this package. */
236#define PACKAGE_STRING ""
237
238/* Define to the one symbol short name of this package. */
239#define PACKAGE_TARNAME ""
240
241/* Define to the home page for this package. */
242#define PACKAGE_URL ""
243
241/* Define to the version of this package. */
242#define PACKAGE_VERSION ""
243
244/* /dev/dlpi directory */
245/* #undef PCAP_DEV_PREFIX */
246
247/* target host supports Bluetooth sniffing */
248/* #undef PCAP_SUPPORT_BT */
249
250/* target host supports CAN sniffing */
251/* #undef PCAP_SUPPORT_CAN */
252
244/* Define to the version of this package. */
245#define PACKAGE_VERSION ""
246
247/* /dev/dlpi directory */
248/* #undef PCAP_DEV_PREFIX */
249
250/* target host supports Bluetooth sniffing */
251/* #undef PCAP_SUPPORT_BT */
252
253/* target host supports CAN sniffing */
254/* #undef PCAP_SUPPORT_CAN */
255
256/* target host supports canusb */
257/* #undef PCAP_SUPPORT_CANUSB */
258
253/* target host supports netfilter sniffing */
254/* #undef PCAP_SUPPORT_NETFILTER */
255
256/* target host supports USB sniffing */
257/* #undef PCAP_SUPPORT_USB */
258
259/* include ACN support */
260/* #undef SITA */

--- 54 unchanged lines hidden ---
259/* target host supports netfilter sniffing */
260/* #undef PCAP_SUPPORT_NETFILTER */
261
262/* target host supports USB sniffing */
263/* #undef PCAP_SUPPORT_USB */
264
265/* include ACN support */
266/* #undef SITA */

--- 54 unchanged lines hidden ---