config.h revision 146772
1/* $FreeBSD: head/lib/libpcap/config.h 146772 2005-05-29 18:12:46Z sam $ */
2/* This is an edited copy of the config.h generated by configure. */
3
4/* config.h.  Generated by configure.  */
5/* config.h.in.  Generated from configure.in by autoheader.  */
6/* Long story short: aclocal.m4 depends on autoconf 2.13
7 * implementation details wrt "const"; newer versions
8 * have different implementation details so for now we
9 * put "const" here.  This may cause duplicate definitions
10 * in config.h but that should be OK since they're the same.
11 */
12/* #undef const */
13
14/* Enable optimizer debugging */
15/* #undef BDEBUG */
16
17/* define if you have the DAG API */
18/* #undef HAVE_DAG_API */
19
20/* Define to 1 if you have the declaration of `ether_hostton', and to 0 if you
21   don't. */
22#define HAVE_DECL_ETHER_HOSTTON 1
23
24/* define if you have a /dev/dlpi */
25/* #undef HAVE_DEV_DLPI */
26
27/* Define to 1 if you have the `ether_hostton' function. */
28#define HAVE_ETHER_HOSTTON 1
29
30/* on HP-UX 10.20 */
31/* #undef HAVE_HPUX10_20 */
32
33/* on HP-UX 9.x */
34/* #undef HAVE_HPUX9 */
35
36/* if ppa_info_t_dl_module_id exists */
37/* #undef HAVE_HP_PPA_INFO_T_DL_MODULE_ID_1 */
38
39/* Define to 1 if you have the <inttypes.h> header file. */
40#define HAVE_INTTYPES_H 1
41
42/* Define to 1 if you have the <limits.h> header file. */
43#define HAVE_LIMITS_H 1
44
45/* Define to 1 if you have the <memory.h> header file. */
46#define HAVE_MEMORY_H 1
47
48/* Define to 1 if you have the <netinet/ether.h> header file. */
49/* #undef HAVE_NETINET_ETHER_H */
50
51/* Define to 1 if you have the <netinet/if_ether.h> header file. */
52#define HAVE_NETINET_IF_ETHER_H 1
53
54/* if there's an os_proto.h */
55/* #undef HAVE_OS_PROTO_H */
56
57/* define if you have a /proc/net/dev */
58/* #undef HAVE_PROC_NET_DEV */
59
60/* Define to 1 if you have the `snprintf' function. */
61#define HAVE_SNPRINTF 1
62
63/* if struct sockaddr has sa_len */
64#define HAVE_SOCKADDR_SA_LEN 1
65
66/* if struct sockaddr_storage exists */
67#define HAVE_SOCKADDR_STORAGE 1
68
69/* On solaris */
70/* #undef HAVE_SOLARIS */
71
72/* Define to 1 if you have the <stdint.h> header file. */
73#define HAVE_STDINT_H 1
74
75/* Define to 1 if you have the <stdlib.h> header file. */
76#define HAVE_STDLIB_H 1
77
78/* Define to 1 if you have the `strerror' function. */
79#define HAVE_STRERROR 1
80
81/* Define to 1 if you have the <strings.h> header file. */
82#define HAVE_STRINGS_H 1
83
84/* Define to 1 if you have the <string.h> header file. */
85#define HAVE_STRING_H 1
86
87/* Define to 1 if you have the `strlcpy' function. */
88#define HAVE_STRLCPY 1
89
90/* Define to 1 if you have the <sys/bufmod.h> header file. */
91/* #undef HAVE_SYS_BUFMOD_H */
92
93/* Define to 1 if you have the <sys/dlpi_ext.h> header file. */
94/* #undef HAVE_SYS_DLPI_EXT_H */
95
96/* Define to 1 if you have the <sys/ioccom.h> header file. */
97#define HAVE_SYS_IOCCOM_H 1
98
99/* Define to 1 if you have the <sys/sockio.h> header file. */
100#define HAVE_SYS_SOCKIO_H 1
101
102/* Define to 1 if you have the <sys/stat.h> header file. */
103#define HAVE_SYS_STAT_H 1
104
105/* Define to 1 if you have the <sys/types.h> header file. */
106#define HAVE_SYS_TYPES_H 1
107
108/* if if_packet.h has tpacket_stats defined */
109/* #undef HAVE_TPACKET_STATS */
110
111/* Define to 1 if you have the <unistd.h> header file. */
112#define HAVE_UNISTD_H 1
113
114/* define if version.h is generated in the build procedure */
115#define HAVE_VERSION_H 1
116
117/* Define to 1 if you have the `vsnprintf' function. */
118#define HAVE_VSNPRINTF 1
119
120/* define if your compiler has __attribute__ */
121#define HAVE___ATTRIBUTE__ 1
122
123/* IPv6 */
124/* #undef INET6 */
125
126/* if unaligned access fails */
127/* #undef LBL_ALIGN */
128
129/* Define to 1 if netinet/ether.h declares `ether_hostton' */
130/* #undef NETINET_ETHER_H_DECLARES_ETHER_HOSTTON */
131
132/* Define to 1 if netinet/if_ether.h declares `ether_hostton' */
133#define NETINET_IF_ETHER_H_DECLARES_ETHER_HOSTTON
134
135/* do not use protochain */
136/* #undef NO_PROTOCHAIN */
137
138/* Define to the address where bug reports for this package should be sent. */
139#define PACKAGE_BUGREPORT ""
140
141/* Define to the full name of this package. */
142#define PACKAGE_NAME ""
143
144/* Define to the full name and version of this package. */
145#define PACKAGE_STRING ""
146
147/* Define to the one symbol short name of this package. */
148#define PACKAGE_TARNAME ""
149
150/* Define to the version of this package. */
151#define PACKAGE_VERSION ""
152
153/* /dev/dlpi directory */
154/* #undef PCAP_DEV_PREFIX */
155
156/* Define to 1 if you have the ANSI C header files. */
157#define STDC_HEADERS 1
158
159/* Enable parser debugging */
160/* #undef YYDEBUG */
161
162/* needed on HP-UX */
163/* #undef _HPUX_SOURCE */
164
165/* define on AIX to get certain functions */
166/* #undef _SUN */
167
168/* Define as token for inline if inlining supported */
169#define inline inline
170
171/* on sinix */
172/* #undef sinix */
173
174/* if we have u_int16_t */
175/* #undef u_int16_t */
176
177/* if we have u_int32_t */
178/* #undef u_int32_t */
179
180/* if we have u_int8_t */
181/* #undef u_int8_t */
182