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