Deleted Added
full compact
config.h (75111) config.h (98529)
1/* $FreeBSD: head/lib/libpcap/config.h 75111 2001-04-03 04:34:50Z fenner $ */
1/* $FreeBSD: head/lib/libpcap/config.h 98529 2002-06-21 01:35:37Z fenner $ */
2/* This is an edited copy of the config.h generated by configure. */
3
4/* config.h. Generated automatically by configure. */
5/* config.h.in. Generated automatically from configure.in by autoheader. */
6
7/* Define to empty if the keyword does not work. */
8/* #undef const */
9
10/* Define as __inline if that's what the C compiler calls it. */
11/* #undef inline */
12
2/* This is an edited copy of the config.h generated by configure. */
3
4/* config.h. Generated automatically by configure. */
5/* config.h.in. Generated automatically from configure.in by autoheader. */
6
7/* Define to empty if the keyword does not work. */
8/* #undef const */
9
10/* Define as __inline if that's what the C compiler calls it. */
11/* #undef inline */
12
13/* Long story short: aclocal.m4 depends on autoconf 2.13
14 * implementation details wrt "const"; newer versions
15 * have different implementation details so for now we
16 * put "const" here. This may cause duplicate definitions
17 * in config.h but that should be OK since they're the same.
18 */
19/* #undef const */
20
13/* Define if you have the ether_hostton function. */
14#define HAVE_ETHER_HOSTTON 1
15
21/* Define if you have the ether_hostton function. */
22#define HAVE_ETHER_HOSTTON 1
23
16/* Define if you have the freeifaddrs function. */
17#define HAVE_FREEIFADDRS 1
18
19/* Define if you have the strerror function. */
20#define HAVE_STRERROR 1
21
22/* Define if you have the strlcpy function. */
23#define HAVE_STRLCPY 1
24
25/* Define if you have the <ifaddrs.h> header file. */
26#define HAVE_IFADDRS_H 1
27
24/* Define if you have the strerror function. */
25#define HAVE_STRERROR 1
26
27/* Define if you have the strlcpy function. */
28#define HAVE_STRLCPY 1
29
30/* Define if you have the <ifaddrs.h> header file. */
31#define HAVE_IFADDRS_H 1
32
33/* Define if you have the <limits.h> header file. */
34#define HAVE_LIMITS_H 1
35
28/* Define if you have the <netinet/if_ether.h> header file. */
29#define HAVE_NETINET_IF_ETHER_H 1
30
36/* Define if you have the <netinet/if_ether.h> header file. */
37#define HAVE_NETINET_IF_ETHER_H 1
38
31/* Define if you have the <netpacket/packet.h> header file. */
32/* #undef HAVE_NETPACKET_PACKET_H */
33
34/* Define if you have the <sys/bufmod.h> header file. */
35/* #undef HAVE_SYS_BUFMOD_H */
36
37/* Define if you have the <sys/dlpi_ext.h> header file. */
38/* #undef HAVE_SYS_DLPI_EXT_H */
39
40/* Define if you have the <sys/ioccom.h> header file. */
41#define HAVE_SYS_IOCCOM_H 1

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

60
61/* do not use protochain */
62/* #undef NO_PROTOCHAIN */
63
64/* IPv6 */
65/* XXX Handled by Makefile, to handle NOINET6 */
66/* #define INET6 1 */
67
39/* Define if you have the <sys/bufmod.h> header file. */
40/* #undef HAVE_SYS_BUFMOD_H */
41
42/* Define if you have the <sys/dlpi_ext.h> header file. */
43/* #undef HAVE_SYS_DLPI_EXT_H */
44
45/* Define if you have the <sys/ioccom.h> header file. */
46#define HAVE_SYS_IOCCOM_H 1

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

65
66/* do not use protochain */
67/* #undef NO_PROTOCHAIN */
68
69/* IPv6 */
70/* XXX Handled by Makefile, to handle NOINET6 */
71/* #define INET6 1 */
72
73/* Enable optimizer debugging */
74/* #undef BDEBUG */
75
76/* Enable parser debugging */
77/* #undef YYDEBUG */
78
68/* define if you have a /dev/dlpi */
69/* #undef HAVE_DEV_DLPI */
70
71/* /dev/dlpi directory */
72/* #undef PCAP_DEV_PREFIX */
73
79/* define if you have a /dev/dlpi */
80/* #undef HAVE_DEV_DLPI */
81
82/* /dev/dlpi directory */
83/* #undef PCAP_DEV_PREFIX */
84
85/* if if_packet.h has tpacket_stats defined */
86/* #undef HAVE_TPACKET_STATS */
87
88/* define if you have a /proc/net/dev */
89/* #undef HAVE_PROC_NET_DEV */
90
74/* define on AIX to get certain functions */
75/* #undef _SUN */
76
77/* on HP-UX 9.x */
78/* #undef HAVE_HPUX9 */
79
80/* on HP-UX 10.20 */
81/* #undef HAVE_HPUX10_20 */

--- 19 unchanged lines hidden ---
91/* define on AIX to get certain functions */
92/* #undef _SUN */
93
94/* on HP-UX 9.x */
95/* #undef HAVE_HPUX9 */
96
97/* on HP-UX 10.20 */
98/* #undef HAVE_HPUX10_20 */

--- 19 unchanged lines hidden ---