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