config.h.in revision 146773
1/* config.h.in.  Generated from configure.in by autoheader.  */
2/* "generated automatically" means DO NOT MAKE CHANGES TO config.h.in --
3 * make them to acconfig.h and rerun autoheader */
4
5/* Define if you have SSLeay 0.9.0b with the buggy cast128. */
6#undef HAVE_BUGGY_CAST128
7
8/* Define if you enable IPv6 support */
9#undef INET6
10
11/* Define if you enable support for the libsmi. */
12#undef LIBSMI
13
14/* Define if you have the <smi.h> header file.  */
15#undef HAVE_SMI_H
16
17/* define if you have struct __res_state_ext */
18#undef HAVE_RES_STATE_EXT
19
20/* define if your struct __res_state has the nsort member */
21#undef HAVE_NEW_RES_STATE
22
23/* define if <inttypes.h> defines PRI[doxu]64 macros */
24#undef INTTYPES_H_DEFINES_FORMATS
25
26/*
27 * define if struct ether_header.ether_dhost is a struct with ether_addr_octet
28 */
29#undef ETHER_HEADER_HAS_EA
30
31/* define if struct ether_arp contains arp_xsha */
32#undef ETHER_ARP_HAS_X
33
34/* define if you have the addrinfo function. */
35#undef HAVE_ADDRINFO
36
37/* define if you need to include missing/addrinfoh.h. */
38#undef NEED_ADDRINFO_H
39
40/* define ifyou have the h_errno variable. */
41#undef HAVE_H_ERRNO
42
43/* define if IN6ADDRSZ is defined (XXX not used!) */
44#undef HAVE_IN6ADDRSZ
45
46/* define if INADDRSZ is defined (XXX not used!) */
47#undef HAVE_INADDRSZ
48
49/* define if this is a development version, to use additional prototypes. */
50#undef HAVE_OS_PROTO_H
51
52/* define if <unistd.h> defines __P() */
53#undef HAVE_PORTABLE_PROTOTYPE
54
55/* define if RES_USE_INET6 is defined */
56#undef HAVE_RES_USE_INET6
57
58/* define if struct sockaddr has the sa_len member */
59#undef HAVE_SOCKADDR_SA_LEN
60
61/* define if you have struct sockaddr_storage */
62#undef HAVE_SOCKADDR_STORAGE
63
64/* define if you have both getipnodebyname() and getipnodebyaddr() */
65#undef USE_GETIPNODEBY
66
67/* define if you have ether_ntohost() and it works */
68#undef USE_ETHER_NTOHOST
69
70/* define if libpcap has pcap_version */
71#undef HAVE_PCAP_VERSION
72
73/* define if libpcap has pcap_debug */
74#undef HAVE_PCAP_DEBUG
75
76/* define if libpcap has yydebug */
77#undef HAVE_YYDEBUG
78
79/* define if libpcap has pcap_list_datalinks() */
80#undef HAVE_PCAP_LIST_DATALINKS
81
82/* define if libpcap has pcap_set_datalink() */
83#undef HAVE_PCAP_SET_DATALINK
84
85/* define if libpcap has pcap_datalink_name_to_val() */
86#undef HAVE_PCAP_DATALINK_NAME_TO_VAL
87
88/* define if libpcap has pcap_datalink_val_to_description() */
89#undef HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION
90
91/* define if you have getrpcbynumber() */
92#undef HAVE_GETRPCBYNUMBER
93
94/* define if unaligned memory accesses fail */
95#undef LBL_ALIGN
96
97/* The successful return value from signal (?)XXX */
98#undef RETSIGVAL
99
100/* Define this on IRIX */
101#undef _BSD_SIGNALS
102
103/* For HP/UX ANSI compiler? */
104#undef _HPUX_SOURCE
105
106/* AIX hack. */
107#undef _SUN
108
109/* Workaround for missing sized types */
110/* XXX this should move to the more standard uint*_t */
111#undef int8_t
112#undef int16_t
113#undef int32_t
114#undef int64_t
115#undef u_int8_t
116#undef u_int16_t
117#undef u_int32_t
118#undef u_int64_t
119
120/* Workaround for missing 64-bit formats */
121#undef PRId64
122#undef PRIo64
123#undef PRIx64
124#undef PRIu64
125
126/* Whether or not to include the possibly-buggy SMB printer */
127#undef TCPDUMP_DO_SMB
128
129/* Long story short: aclocal.m4 depends on autoconf 2.13
130 * implementation details wrt "const"; newer versions
131 * have different implementation details so for now we
132 * put "const" here.  This may cause duplicate definitions
133 * in config.h but that should be OK since they're the same.
134 */
135#undef const
136
137/* Define if you have the dnet_htoa function.  */
138#undef HAVE_DNET_HTOA
139
140/* Define if you have a dnet_htoa declaration in <netdnet/dnetdb.h>.  */
141#undef HAVE_NETDNET_DNETDB_H_DNET_HTOA
142
143/* define if should drop privileges by default */
144#undef WITH_USER
145
146/* define if should chroot when dropping privileges */
147#undef WITH_CHROOT
148
149/* Define to 1 if you have the `alarm' function. */
150#undef HAVE_ALARM
151
152/* Define to 1 if you have the `bpf_dump' function. */
153#undef HAVE_BPF_DUMP
154
155/* Define to 1 if you have the declaration of `ether_ntohost', and to 0 if you
156   don't. */
157#undef HAVE_DECL_ETHER_NTOHOST
158
159/* Define to 1 if you have the `ether_ntohost' function. */
160#undef HAVE_ETHER_NTOHOST
161
162/* Define to 1 if you have the <fcntl.h> header file. */
163#undef HAVE_FCNTL_H
164
165/* Define to 1 if you have the `getaddrinfo' function. */
166#undef HAVE_GETADDRINFO
167
168/* Define to 1 if you have the `getnameinfo' function. */
169#undef HAVE_GETNAMEINFO
170
171/* Define to 1 if you have the <inttypes.h> header file. */
172#undef HAVE_INTTYPES_H
173
174/* Define to 1 if you have the `crypto' library (-lcrypto). */
175#undef HAVE_LIBCRYPTO
176
177/* Define to 1 if you have the `rpc' library (-lrpc). */
178#undef HAVE_LIBRPC
179
180/* Define to 1 if you have the `smi' library (-lsmi). */
181#undef HAVE_LIBSMI
182
183/* Define to 1 if you have the <memory.h> header file. */
184#undef HAVE_MEMORY_H
185
186/* Define to 1 if you have the <netdnet/dnetdb.h> header file. */
187#undef HAVE_NETDNET_DNETDB_H
188
189/* Define to 1 if you have the <netinet/ether.h> header file. */
190#undef HAVE_NETINET_ETHER_H
191
192/* Define to 1 if you have the <netinet/if_ether.h> header file. */
193#undef HAVE_NETINET_IF_ETHER_H
194
195/* Define to 1 if you have the <openssl/evp.h> header file. */
196#undef HAVE_OPENSSL_EVP_H
197
198/* Define to 1 if you have the `pcap_breakloop' function. */
199#undef HAVE_PCAP_BREAKLOOP
200
201/* Define to 1 if you have the `pcap_dump_flush' function. */
202#undef HAVE_PCAP_DUMP_FLUSH
203
204/* Define to 1 if you have the `pcap_findalldevs' function. */
205#undef HAVE_PCAP_FINDALLDEVS
206
207/* Define to 1 if the system has the type `pcap_if_t'. */
208#undef HAVE_PCAP_IF_T
209
210/* Define to 1 if you have the `pcap_lib_version' function. */
211#undef HAVE_PCAP_LIB_VERSION
212
213/* Define to 1 if you have the `pfopen' function. */
214#undef HAVE_PFOPEN
215
216/* Define to 1 if you have the <rpc/rpcent.h> header file. */
217#undef HAVE_RPC_RPCENT_H
218
219/* Define to 1 if you have the `setlinebuf' function. */
220#undef HAVE_SETLINEBUF
221
222/* Define to 1 if you have the `sigaction' function. */
223#undef HAVE_SIGACTION
224
225/* Define to 1 if you have the `sigset' function. */
226#undef HAVE_SIGSET
227
228/* Define to 1 if you have the <smi.h> header file. */
229#undef HAVE_SMI_H
230
231/* Define to 1 if you have the `snprintf' function. */
232#undef HAVE_SNPRINTF
233
234/* Define to 1 if you have the <stdint.h> header file. */
235#undef HAVE_STDINT_H
236
237/* Define to 1 if you have the <stdlib.h> header file. */
238#undef HAVE_STDLIB_H
239
240/* Define to 1 if you have the `strcasecmp' function. */
241#undef HAVE_STRCASECMP
242
243/* Define to 1 if you have the `strdup' function. */
244#undef HAVE_STRDUP
245
246/* Define to 1 if you have the `strftime' function. */
247#undef HAVE_STRFTIME
248
249/* Define to 1 if you have the <strings.h> header file. */
250#undef HAVE_STRINGS_H
251
252/* Define to 1 if you have the <string.h> header file. */
253#undef HAVE_STRING_H
254
255/* Define to 1 if you have the `strlcat' function. */
256#undef HAVE_STRLCAT
257
258/* Define to 1 if you have the `strlcpy' function. */
259#undef HAVE_STRLCPY
260
261/* Define to 1 if you have the `strsep' function. */
262#undef HAVE_STRSEP
263
264/* Define to 1 if you have the <sys/stat.h> header file. */
265#undef HAVE_SYS_STAT_H
266
267/* Define to 1 if you have the <sys/types.h> header file. */
268#undef HAVE_SYS_TYPES_H
269
270/* Define to 1 if you have the <unistd.h> header file. */
271#undef HAVE_UNISTD_H
272
273/* Define to 1 if you have the `vfprintf' function. */
274#undef HAVE_VFPRINTF
275
276/* Define to 1 if you have the `vsnprintf' function. */
277#undef HAVE_VSNPRINTF
278
279/* define if your compiler has __attribute__ */
280#undef HAVE___ATTRIBUTE__
281
282/* Define to 1 if netinet/ether.h declares `ether_ntohost' */
283#undef NETINET_ETHER_H_DECLARES_ETHER_NTOHOST
284
285/* Define to 1 if netinet/if_ether.h declares `ether_ntohost' */
286#undef NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST
287
288/* Define to the address where bug reports for this package should be sent. */
289#undef PACKAGE_BUGREPORT
290
291/* Define to the full name of this package. */
292#undef PACKAGE_NAME
293
294/* Define to the full name and version of this package. */
295#undef PACKAGE_STRING
296
297/* Define to the one symbol short name of this package. */
298#undef PACKAGE_TARNAME
299
300/* Define to the version of this package. */
301#undef PACKAGE_VERSION
302
303/* Define as the return type of signal handlers (`int' or `void'). */
304#undef RETSIGTYPE
305
306/* The size of a `char', as computed by sizeof. */
307#undef SIZEOF_CHAR
308
309/* The size of a `int', as computed by sizeof. */
310#undef SIZEOF_INT
311
312/* The size of a `long', as computed by sizeof. */
313#undef SIZEOF_LONG
314
315/* The size of a `long long', as computed by sizeof. */
316#undef SIZEOF_LONG_LONG
317
318/* The size of a `short', as computed by sizeof. */
319#undef SIZEOF_SHORT
320
321/* Define to 1 if you have the ANSI C header files. */
322#undef STDC_HEADERS
323
324/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
325#undef TIME_WITH_SYS_TIME
326
327/* Define as token for inline if inlining supported */
328#undef inline
329