Deleted Added
full compact
config.h (236192) config.h (252283)
1/* $FreeBSD: stable/9/usr.sbin/tcpdump/tcpdump/config.h 236192 2012-05-28 19:13:21Z delphij $ */
1/* $FreeBSD: stable/9/usr.sbin/tcpdump/tcpdump/config.h 252283 2013-06-27 00:37:59Z 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/* "generated automatically" means DO NOT MAKE CHANGES TO config.h.in --
7 * make them to acconfig.h and rerun autoheader */
8
9/* Define if you enable IPv6 support */

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

250
251/* if unaligned access fails */
252/* #undef LBL_ALIGN */
253
254/* Define to 1 if netinet/ether.h declares `ether_ntohost' */
255/* #undef NETINET_ETHER_H_DECLARES_ETHER_NTOHOST */
256
257/* Define to 1 if netinet/if_ether.h declares `ether_ntohost' */
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/* "generated automatically" means DO NOT MAKE CHANGES TO config.h.in --
7 * make them to acconfig.h and rerun autoheader */
8
9/* Define if you enable IPv6 support */

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

250
251/* if unaligned access fails */
252/* #undef LBL_ALIGN */
253
254/* Define to 1 if netinet/ether.h declares `ether_ntohost' */
255/* #undef NETINET_ETHER_H_DECLARES_ETHER_NTOHOST */
256
257/* Define to 1 if netinet/if_ether.h declares `ether_ntohost' */
258#define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST
258#define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST /**/
259
260/* Define to the address where bug reports for this package should be sent. */
261#define PACKAGE_BUGREPORT ""
262
263/* Define to the full name of this package. */
264#define PACKAGE_NAME ""
265
266/* Define to the full name and version of this package. */

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

271
272/* Define to the version of this package. */
273#define PACKAGE_VERSION ""
274
275/* Define as the return type of signal handlers (`int' or `void'). */
276#define RETSIGTYPE void
277
278/* return value of signal handlers */
259
260/* Define to the address where bug reports for this package should be sent. */
261#define PACKAGE_BUGREPORT ""
262
263/* Define to the full name of this package. */
264#define PACKAGE_NAME ""
265
266/* Define to the full name and version of this package. */

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

271
272/* Define to the version of this package. */
273#define PACKAGE_VERSION ""
274
275/* Define as the return type of signal handlers (`int' or `void'). */
276#define RETSIGTYPE void
277
278/* return value of signal handlers */
279#define RETSIGVAL
279#define RETSIGVAL /**/
280
281/* Define to 1 if you have the ANSI C header files. */
282#define STDC_HEADERS 1
283
284/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
285#define TIME_WITH_SYS_TIME 1
286
287/* get BSD semantics on Irix */

--- 41 unchanged lines hidden ---
280
281/* Define to 1 if you have the ANSI C header files. */
282#define STDC_HEADERS 1
283
284/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
285#define TIME_WITH_SYS_TIME 1
286
287/* get BSD semantics on Irix */

--- 41 unchanged lines hidden ---