config.h.in revision 146773
1127668Sbms/* config.h.in.  Generated from configure.in by autoheader.  */
256893Sfenner/* "generated automatically" means DO NOT MAKE CHANGES TO config.h.in --
356893Sfenner * make them to acconfig.h and rerun autoheader */
456893Sfenner
556893Sfenner/* Define if you have SSLeay 0.9.0b with the buggy cast128. */
656893Sfenner#undef HAVE_BUGGY_CAST128
756893Sfenner
875115Sfenner/* Define if you enable IPv6 support */
956893Sfenner#undef INET6
1056893Sfenner
1156893Sfenner/* Define if you enable support for the libsmi. */
1256893Sfenner#undef LIBSMI
1356893Sfenner
14127668Sbms/* Define if you have the <smi.h> header file.  */
15127668Sbms#undef HAVE_SMI_H
16127668Sbms
1756893Sfenner/* define if you have struct __res_state_ext */
1856893Sfenner#undef HAVE_RES_STATE_EXT
1956893Sfenner
2056893Sfenner/* define if your struct __res_state has the nsort member */
2156893Sfenner#undef HAVE_NEW_RES_STATE
2256893Sfenner
23146773Ssam/* define if <inttypes.h> defines PRI[doxu]64 macros */
24146773Ssam#undef INTTYPES_H_DEFINES_FORMATS
25127668Sbms
26127668Sbms/*
27127668Sbms * define if struct ether_header.ether_dhost is a struct with ether_addr_octet
28127668Sbms */
29127668Sbms#undef ETHER_HEADER_HAS_EA
30127668Sbms
31127668Sbms/* define if struct ether_arp contains arp_xsha */
32127668Sbms#undef ETHER_ARP_HAS_X
33127668Sbms
3456893Sfenner/* define if you have the addrinfo function. */
3556893Sfenner#undef HAVE_ADDRINFO
3656893Sfenner
3756893Sfenner/* define if you need to include missing/addrinfoh.h. */
3856893Sfenner#undef NEED_ADDRINFO_H
3956893Sfenner
4056893Sfenner/* define ifyou have the h_errno variable. */
4156893Sfenner#undef HAVE_H_ERRNO
4256893Sfenner
4356893Sfenner/* define if IN6ADDRSZ is defined (XXX not used!) */
4456893Sfenner#undef HAVE_IN6ADDRSZ
4556893Sfenner
4656893Sfenner/* define if INADDRSZ is defined (XXX not used!) */
4756893Sfenner#undef HAVE_INADDRSZ
4856893Sfenner
4956893Sfenner/* define if this is a development version, to use additional prototypes. */
5056893Sfenner#undef HAVE_OS_PROTO_H
5156893Sfenner
52127668Sbms/* define if <unistd.h> defines __P() */
53127668Sbms#undef HAVE_PORTABLE_PROTOTYPE
54127668Sbms
5556893Sfenner/* define if RES_USE_INET6 is defined */
5656893Sfenner#undef HAVE_RES_USE_INET6
5756893Sfenner
5856893Sfenner/* define if struct sockaddr has the sa_len member */
5956893Sfenner#undef HAVE_SOCKADDR_SA_LEN
6056893Sfenner
6156893Sfenner/* define if you have struct sockaddr_storage */
6256893Sfenner#undef HAVE_SOCKADDR_STORAGE
6356893Sfenner
64127668Sbms/* define if you have both getipnodebyname() and getipnodebyaddr() */
65127668Sbms#undef USE_GETIPNODEBY
66127668Sbms
6798524Sfenner/* define if you have ether_ntohost() and it works */
6898524Sfenner#undef USE_ETHER_NTOHOST
6975115Sfenner
70127668Sbms/* define if libpcap has pcap_version */
71127668Sbms#undef HAVE_PCAP_VERSION
72127668Sbms
73127668Sbms/* define if libpcap has pcap_debug */
74127668Sbms#undef HAVE_PCAP_DEBUG
75127668Sbms
76127668Sbms/* define if libpcap has yydebug */
77127668Sbms#undef HAVE_YYDEBUG
78127668Sbms
79127668Sbms/* define if libpcap has pcap_list_datalinks() */
80127668Sbms#undef HAVE_PCAP_LIST_DATALINKS
81127668Sbms
82127668Sbms/* define if libpcap has pcap_set_datalink() */
83127668Sbms#undef HAVE_PCAP_SET_DATALINK
84127668Sbms
85127668Sbms/* define if libpcap has pcap_datalink_name_to_val() */
86127668Sbms#undef HAVE_PCAP_DATALINK_NAME_TO_VAL
87127668Sbms
88127668Sbms/* define if libpcap has pcap_datalink_val_to_description() */
89127668Sbms#undef HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION
90127668Sbms
91146773Ssam/* define if you have getrpcbynumber() */
92146773Ssam#undef HAVE_GETRPCBYNUMBER
93146773Ssam
9456893Sfenner/* define if unaligned memory accesses fail */
9556893Sfenner#undef LBL_ALIGN
9656893Sfenner
9756893Sfenner/* The successful return value from signal (?)XXX */
9856893Sfenner#undef RETSIGVAL
9956893Sfenner
10056893Sfenner/* Define this on IRIX */
10156893Sfenner#undef _BSD_SIGNALS
10256893Sfenner
10356893Sfenner/* For HP/UX ANSI compiler? */
10456893Sfenner#undef _HPUX_SOURCE
10556893Sfenner
10656893Sfenner/* AIX hack. */
10756893Sfenner#undef _SUN
10856893Sfenner
10956893Sfenner/* Workaround for missing sized types */
11056893Sfenner/* XXX this should move to the more standard uint*_t */
111127668Sbms#undef int8_t
11256893Sfenner#undef int16_t
11356893Sfenner#undef int32_t
114146773Ssam#undef int64_t
115146773Ssam#undef u_int8_t
11656893Sfenner#undef u_int16_t
11756893Sfenner#undef u_int32_t
118146773Ssam#undef u_int64_t
11956893Sfenner
120146773Ssam/* Workaround for missing 64-bit formats */
121146773Ssam#undef PRId64
122146773Ssam#undef PRIo64
123146773Ssam#undef PRIx64
124146773Ssam#undef PRIu64
125146773Ssam
12698524Sfenner/* Whether or not to include the possibly-buggy SMB printer */
12798524Sfenner#undef TCPDUMP_DO_SMB
12898524Sfenner
12998524Sfenner/* Long story short: aclocal.m4 depends on autoconf 2.13
13098524Sfenner * implementation details wrt "const"; newer versions
13198524Sfenner * have different implementation details so for now we
13298524Sfenner * put "const" here.  This may cause duplicate definitions
13398524Sfenner * in config.h but that should be OK since they're the same.
13498524Sfenner */
13598524Sfenner#undef const
13698524Sfenner
137127668Sbms/* Define if you have the dnet_htoa function.  */
138127668Sbms#undef HAVE_DNET_HTOA
13956893Sfenner
140127668Sbms/* Define if you have a dnet_htoa declaration in <netdnet/dnetdb.h>.  */
141127668Sbms#undef HAVE_NETDNET_DNETDB_H_DNET_HTOA
14256893Sfenner
143146773Ssam/* define if should drop privileges by default */
144146773Ssam#undef WITH_USER
145146773Ssam
146146773Ssam/* define if should chroot when dropping privileges */
147146773Ssam#undef WITH_CHROOT
148146773Ssam
149146773Ssam/* Define to 1 if you have the `alarm' function. */
150146773Ssam#undef HAVE_ALARM
151146773Ssam
152127668Sbms/* Define to 1 if you have the `bpf_dump' function. */
15375115Sfenner#undef HAVE_BPF_DUMP
15475115Sfenner
155146773Ssam/* Define to 1 if you have the declaration of `ether_ntohost', and to 0 if you
156146773Ssam   don't. */
157146773Ssam#undef HAVE_DECL_ETHER_NTOHOST
158146773Ssam
159127668Sbms/* Define to 1 if you have the `ether_ntohost' function. */
16056893Sfenner#undef HAVE_ETHER_NTOHOST
16156893Sfenner
162127668Sbms/* Define to 1 if you have the <fcntl.h> header file. */
163127668Sbms#undef HAVE_FCNTL_H
164127668Sbms
165127668Sbms/* Define to 1 if you have the `getaddrinfo' function. */
16656893Sfenner#undef HAVE_GETADDRINFO
16756893Sfenner
168127668Sbms/* Define to 1 if you have the `getnameinfo' function. */
16956893Sfenner#undef HAVE_GETNAMEINFO
17056893Sfenner
171127668Sbms/* Define to 1 if you have the <inttypes.h> header file. */
172127668Sbms#undef HAVE_INTTYPES_H
17356893Sfenner
174127668Sbms/* Define to 1 if you have the `crypto' library (-lcrypto). */
175127668Sbms#undef HAVE_LIBCRYPTO
17656893Sfenner
177127668Sbms/* Define to 1 if you have the `rpc' library (-lrpc). */
178127668Sbms#undef HAVE_LIBRPC
17956893Sfenner
180127668Sbms/* Define to 1 if you have the `smi' library (-lsmi). */
181127668Sbms#undef HAVE_LIBSMI
182127668Sbms
183127668Sbms/* Define to 1 if you have the <memory.h> header file. */
184127668Sbms#undef HAVE_MEMORY_H
185127668Sbms
186127668Sbms/* Define to 1 if you have the <netdnet/dnetdb.h> header file. */
187127668Sbms#undef HAVE_NETDNET_DNETDB_H
188127668Sbms
189127668Sbms/* Define to 1 if you have the <netinet/ether.h> header file. */
190127668Sbms#undef HAVE_NETINET_ETHER_H
191127668Sbms
192127668Sbms/* Define to 1 if you have the <netinet/if_ether.h> header file. */
193127668Sbms#undef HAVE_NETINET_IF_ETHER_H
194127668Sbms
195127668Sbms/* Define to 1 if you have the <openssl/evp.h> header file. */
196127668Sbms#undef HAVE_OPENSSL_EVP_H
197127668Sbms
198127668Sbms/* Define to 1 if you have the `pcap_breakloop' function. */
199127668Sbms#undef HAVE_PCAP_BREAKLOOP
200127668Sbms
201127668Sbms/* Define to 1 if you have the `pcap_dump_flush' function. */
202127668Sbms#undef HAVE_PCAP_DUMP_FLUSH
203127668Sbms
204127668Sbms/* Define to 1 if you have the `pcap_findalldevs' function. */
205127668Sbms#undef HAVE_PCAP_FINDALLDEVS
206127668Sbms
207127668Sbms/* Define to 1 if the system has the type `pcap_if_t'. */
208127668Sbms#undef HAVE_PCAP_IF_T
209127668Sbms
210127668Sbms/* Define to 1 if you have the `pcap_lib_version' function. */
211127668Sbms#undef HAVE_PCAP_LIB_VERSION
212127668Sbms
213127668Sbms/* Define to 1 if you have the `pfopen' function. */
21456893Sfenner#undef HAVE_PFOPEN
21556893Sfenner
216127668Sbms/* Define to 1 if you have the <rpc/rpcent.h> header file. */
217127668Sbms#undef HAVE_RPC_RPCENT_H
218127668Sbms
219127668Sbms/* Define to 1 if you have the `setlinebuf' function. */
22056893Sfenner#undef HAVE_SETLINEBUF
22156893Sfenner
222127668Sbms/* Define to 1 if you have the `sigaction' function. */
22356893Sfenner#undef HAVE_SIGACTION
22456893Sfenner
225127668Sbms/* Define to 1 if you have the `sigset' function. */
22656893Sfenner#undef HAVE_SIGSET
22756893Sfenner
228127668Sbms/* Define to 1 if you have the <smi.h> header file. */
229127668Sbms#undef HAVE_SMI_H
230127668Sbms
231127668Sbms/* Define to 1 if you have the `snprintf' function. */
23275115Sfenner#undef HAVE_SNPRINTF
23375115Sfenner
234127668Sbms/* Define to 1 if you have the <stdint.h> header file. */
235127668Sbms#undef HAVE_STDINT_H
236127668Sbms
237127668Sbms/* Define to 1 if you have the <stdlib.h> header file. */
238127668Sbms#undef HAVE_STDLIB_H
239127668Sbms
240127668Sbms/* Define to 1 if you have the `strcasecmp' function. */
24156893Sfenner#undef HAVE_STRCASECMP
24256893Sfenner
243127668Sbms/* Define to 1 if you have the `strdup' function. */
24498524Sfenner#undef HAVE_STRDUP
24598524Sfenner
246127668Sbms/* Define to 1 if you have the `strftime' function. */
247127668Sbms#undef HAVE_STRFTIME
248127668Sbms
249127668Sbms/* Define to 1 if you have the <strings.h> header file. */
250127668Sbms#undef HAVE_STRINGS_H
251127668Sbms
252127668Sbms/* Define to 1 if you have the <string.h> header file. */
253127668Sbms#undef HAVE_STRING_H
254127668Sbms
255127668Sbms/* Define to 1 if you have the `strlcat' function. */
25675115Sfenner#undef HAVE_STRLCAT
25775115Sfenner
258127668Sbms/* Define to 1 if you have the `strlcpy' function. */
25975115Sfenner#undef HAVE_STRLCPY
26075115Sfenner
261127668Sbms/* Define to 1 if you have the `strsep' function. */
262127668Sbms#undef HAVE_STRSEP
263127668Sbms
264127668Sbms/* Define to 1 if you have the <sys/stat.h> header file. */
265127668Sbms#undef HAVE_SYS_STAT_H
266127668Sbms
267127668Sbms/* Define to 1 if you have the <sys/types.h> header file. */
268127668Sbms#undef HAVE_SYS_TYPES_H
269127668Sbms
270127668Sbms/* Define to 1 if you have the <unistd.h> header file. */
271127668Sbms#undef HAVE_UNISTD_H
272127668Sbms
273127668Sbms/* Define to 1 if you have the `vfprintf' function. */
27456893Sfenner#undef HAVE_VFPRINTF
27556893Sfenner
276127668Sbms/* Define to 1 if you have the `vsnprintf' function. */
27775115Sfenner#undef HAVE_VSNPRINTF
27875115Sfenner
279127668Sbms/* define if your compiler has __attribute__ */
280127668Sbms#undef HAVE___ATTRIBUTE__
28156893Sfenner
282146773Ssam/* Define to 1 if netinet/ether.h declares `ether_ntohost' */
283146773Ssam#undef NETINET_ETHER_H_DECLARES_ETHER_NTOHOST
284146773Ssam
285146773Ssam/* Define to 1 if netinet/if_ether.h declares `ether_ntohost' */
286146773Ssam#undef NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST
287146773Ssam
288127668Sbms/* Define to the address where bug reports for this package should be sent. */
289127668Sbms#undef PACKAGE_BUGREPORT
29056893Sfenner
291127668Sbms/* Define to the full name of this package. */
292127668Sbms#undef PACKAGE_NAME
29356893Sfenner
294127668Sbms/* Define to the full name and version of this package. */
295127668Sbms#undef PACKAGE_STRING
29656893Sfenner
297127668Sbms/* Define to the one symbol short name of this package. */
298127668Sbms#undef PACKAGE_TARNAME
29956893Sfenner
300127668Sbms/* Define to the version of this package. */
301127668Sbms#undef PACKAGE_VERSION
30256893Sfenner
303127668Sbms/* Define as the return type of signal handlers (`int' or `void'). */
304127668Sbms#undef RETSIGTYPE
30556893Sfenner
306127668Sbms/* The size of a `char', as computed by sizeof. */
307127668Sbms#undef SIZEOF_CHAR
30856893Sfenner
309127668Sbms/* The size of a `int', as computed by sizeof. */
310127668Sbms#undef SIZEOF_INT
31156893Sfenner
312127668Sbms/* The size of a `long', as computed by sizeof. */
313127668Sbms#undef SIZEOF_LONG
31456893Sfenner
315146773Ssam/* The size of a `long long', as computed by sizeof. */
316146773Ssam#undef SIZEOF_LONG_LONG
317146773Ssam
318127668Sbms/* The size of a `short', as computed by sizeof. */
319127668Sbms#undef SIZEOF_SHORT
320127668Sbms
321127668Sbms/* Define to 1 if you have the ANSI C header files. */
322127668Sbms#undef STDC_HEADERS
323127668Sbms
324127668Sbms/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
325127668Sbms#undef TIME_WITH_SYS_TIME
326127668Sbms
327111726Sfenner/* Define as token for inline if inlining supported */
328111726Sfenner#undef inline
329