config.h.in revision 190207
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
23127668Sbms/*
24127668Sbms * define if struct ether_header.ether_dhost is a struct with ether_addr_octet
25127668Sbms */
26127668Sbms#undef ETHER_HEADER_HAS_EA
27127668Sbms
28127668Sbms/* define if struct ether_arp contains arp_xsha */
29127668Sbms#undef ETHER_ARP_HAS_X
30127668Sbms
3156893Sfenner/* define if you have the addrinfo function. */
3256893Sfenner#undef HAVE_ADDRINFO
3356893Sfenner
3456893Sfenner/* define if you need to include missing/addrinfoh.h. */
3556893Sfenner#undef NEED_ADDRINFO_H
3656893Sfenner
3756893Sfenner/* define ifyou have the h_errno variable. */
3856893Sfenner#undef HAVE_H_ERRNO
3956893Sfenner
4056893Sfenner/* define if IN6ADDRSZ is defined (XXX not used!) */
4156893Sfenner#undef HAVE_IN6ADDRSZ
4256893Sfenner
4356893Sfenner/* define if INADDRSZ is defined (XXX not used!) */
4456893Sfenner#undef HAVE_INADDRSZ
4556893Sfenner
4656893Sfenner/* define if this is a development version, to use additional prototypes. */
4756893Sfenner#undef HAVE_OS_PROTO_H
4856893Sfenner
49127668Sbms/* define if <unistd.h> defines __P() */
50127668Sbms#undef HAVE_PORTABLE_PROTOTYPE
51127668Sbms
5256893Sfenner/* define if RES_USE_INET6 is defined */
5356893Sfenner#undef HAVE_RES_USE_INET6
5456893Sfenner
5556893Sfenner/* define if struct sockaddr has the sa_len member */
5656893Sfenner#undef HAVE_SOCKADDR_SA_LEN
5756893Sfenner
5856893Sfenner/* define if you have struct sockaddr_storage */
5956893Sfenner#undef HAVE_SOCKADDR_STORAGE
6056893Sfenner
61127668Sbms/* define if you have both getipnodebyname() and getipnodebyaddr() */
62127668Sbms#undef USE_GETIPNODEBY
63127668Sbms
6498524Sfenner/* define if you have ether_ntohost() and it works */
6598524Sfenner#undef USE_ETHER_NTOHOST
6675115Sfenner
67127668Sbms/* define if libpcap has pcap_version */
68127668Sbms#undef HAVE_PCAP_VERSION
69127668Sbms
70127668Sbms/* define if libpcap has pcap_debug */
71127668Sbms#undef HAVE_PCAP_DEBUG
72127668Sbms
73127668Sbms/* define if libpcap has yydebug */
74127668Sbms#undef HAVE_YYDEBUG
75127668Sbms
76127668Sbms/* define if libpcap has pcap_list_datalinks() */
77127668Sbms#undef HAVE_PCAP_LIST_DATALINKS
78127668Sbms
79127668Sbms/* define if libpcap has pcap_set_datalink() */
80127668Sbms#undef HAVE_PCAP_SET_DATALINK
81127668Sbms
82127668Sbms/* define if libpcap has pcap_datalink_name_to_val() */
83127668Sbms#undef HAVE_PCAP_DATALINK_NAME_TO_VAL
84127668Sbms
85127668Sbms/* define if libpcap has pcap_datalink_val_to_description() */
86127668Sbms#undef HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION
87127668Sbms
88147899Ssam/* define if libpcap has pcap_dump_ftell() */
89147899Ssam#undef HAVE_PCAP_DUMP_FTELL
90147899Ssam
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
109146773Ssam/* Workaround for missing 64-bit formats */
110146773Ssam#undef PRId64
111146773Ssam#undef PRIo64
112146773Ssam#undef PRIx64
113146773Ssam#undef PRIu64
114146773Ssam
11598524Sfenner/* Whether or not to include the possibly-buggy SMB printer */
11698524Sfenner#undef TCPDUMP_DO_SMB
11798524Sfenner
11898524Sfenner/* Long story short: aclocal.m4 depends on autoconf 2.13
11998524Sfenner * implementation details wrt "const"; newer versions
12098524Sfenner * have different implementation details so for now we
12198524Sfenner * put "const" here.  This may cause duplicate definitions
12298524Sfenner * in config.h but that should be OK since they're the same.
12398524Sfenner */
12498524Sfenner#undef const
12598524Sfenner
126127668Sbms/* Define if you have the dnet_htoa function.  */
127127668Sbms#undef HAVE_DNET_HTOA
12856893Sfenner
129127668Sbms/* Define if you have a dnet_htoa declaration in <netdnet/dnetdb.h>.  */
130127668Sbms#undef HAVE_NETDNET_DNETDB_H_DNET_HTOA
13156893Sfenner
132146773Ssam/* define if should drop privileges by default */
133146773Ssam#undef WITH_USER
134146773Ssam
135146773Ssam/* define if should chroot when dropping privileges */
136146773Ssam#undef WITH_CHROOT
137146773Ssam
138146773Ssam/* Define to 1 if you have the `alarm' function. */
139146773Ssam#undef HAVE_ALARM
140146773Ssam
141127668Sbms/* Define to 1 if you have the `bpf_dump' function. */
14275115Sfenner#undef HAVE_BPF_DUMP
14375115Sfenner
144146773Ssam/* Define to 1 if you have the declaration of `ether_ntohost', and to 0 if you
145146773Ssam   don't. */
146146773Ssam#undef HAVE_DECL_ETHER_NTOHOST
147146773Ssam
148127668Sbms/* Define to 1 if you have the `ether_ntohost' function. */
14956893Sfenner#undef HAVE_ETHER_NTOHOST
15056893Sfenner
151127668Sbms/* Define to 1 if you have the <fcntl.h> header file. */
152127668Sbms#undef HAVE_FCNTL_H
153127668Sbms
154127668Sbms/* Define to 1 if you have the `getaddrinfo' function. */
15556893Sfenner#undef HAVE_GETADDRINFO
15656893Sfenner
157127668Sbms/* Define to 1 if you have the `getnameinfo' function. */
15856893Sfenner#undef HAVE_GETNAMEINFO
15956893Sfenner
160127668Sbms/* Define to 1 if you have the <inttypes.h> header file. */
161127668Sbms#undef HAVE_INTTYPES_H
16256893Sfenner
163127668Sbms/* Define to 1 if you have the `crypto' library (-lcrypto). */
164127668Sbms#undef HAVE_LIBCRYPTO
16556893Sfenner
166127668Sbms/* Define to 1 if you have the `rpc' library (-lrpc). */
167127668Sbms#undef HAVE_LIBRPC
16856893Sfenner
169127668Sbms/* Define to 1 if you have the `smi' library (-lsmi). */
170127668Sbms#undef HAVE_LIBSMI
171127668Sbms
172127668Sbms/* Define to 1 if you have the <memory.h> header file. */
173127668Sbms#undef HAVE_MEMORY_H
174127668Sbms
175127668Sbms/* Define to 1 if you have the <netdnet/dnetdb.h> header file. */
176127668Sbms#undef HAVE_NETDNET_DNETDB_H
177127668Sbms
178127668Sbms/* Define to 1 if you have the <netinet/ether.h> header file. */
179127668Sbms#undef HAVE_NETINET_ETHER_H
180127668Sbms
181127668Sbms/* Define to 1 if you have the <netinet/if_ether.h> header file. */
182127668Sbms#undef HAVE_NETINET_IF_ETHER_H
183127668Sbms
184172683Smlaier/* Define to 1 if you have the <net/pfvar.h> header file. */
185172683Smlaier#undef HAVE_NET_PFVAR_H
186172683Smlaier
187127668Sbms/* Define to 1 if you have the <openssl/evp.h> header file. */
188127668Sbms#undef HAVE_OPENSSL_EVP_H
189127668Sbms
190190207Srpaulo/* Define to 1 if you have the <pcap/bluetooth.h> header file. */
191190207Srpaulo#undef HAVE_PCAP_BLUETOOTH_H
192190207Srpaulo
193127668Sbms/* Define to 1 if you have the `pcap_breakloop' function. */
194127668Sbms#undef HAVE_PCAP_BREAKLOOP
195127668Sbms
196190207Srpaulo/* Define to 1 if you have the `pcap_create' function. */
197190207Srpaulo#undef HAVE_PCAP_CREATE
198190207Srpaulo
199127668Sbms/* Define to 1 if you have the `pcap_dump_flush' function. */
200127668Sbms#undef HAVE_PCAP_DUMP_FLUSH
201127668Sbms
202127668Sbms/* Define to 1 if you have the `pcap_findalldevs' function. */
203127668Sbms#undef HAVE_PCAP_FINDALLDEVS
204127668Sbms
205127668Sbms/* Define to 1 if the system has the type `pcap_if_t'. */
206127668Sbms#undef HAVE_PCAP_IF_T
207127668Sbms
208127668Sbms/* Define to 1 if you have the `pcap_lib_version' function. */
209127668Sbms#undef HAVE_PCAP_LIB_VERSION
210127668Sbms
211127668Sbms/* Define to 1 if you have the `pfopen' function. */
21256893Sfenner#undef HAVE_PFOPEN
21356893Sfenner
214127668Sbms/* Define to 1 if you have the <rpc/rpcent.h> header file. */
215127668Sbms#undef HAVE_RPC_RPCENT_H
216127668Sbms
217127668Sbms/* Define to 1 if you have the `setlinebuf' function. */
21856893Sfenner#undef HAVE_SETLINEBUF
21956893Sfenner
220127668Sbms/* Define to 1 if you have the `sigaction' function. */
22156893Sfenner#undef HAVE_SIGACTION
22256893Sfenner
223127668Sbms/* Define to 1 if you have the `sigset' function. */
22456893Sfenner#undef HAVE_SIGSET
22556893Sfenner
226127668Sbms/* Define to 1 if you have the <smi.h> header file. */
227127668Sbms#undef HAVE_SMI_H
228127668Sbms
229127668Sbms/* Define to 1 if you have the `snprintf' function. */
23075115Sfenner#undef HAVE_SNPRINTF
23175115Sfenner
232127668Sbms/* Define to 1 if you have the <stdint.h> header file. */
233127668Sbms#undef HAVE_STDINT_H
234127668Sbms
235127668Sbms/* Define to 1 if you have the <stdlib.h> header file. */
236127668Sbms#undef HAVE_STDLIB_H
237127668Sbms
238127668Sbms/* Define to 1 if you have the `strcasecmp' function. */
23956893Sfenner#undef HAVE_STRCASECMP
24056893Sfenner
241127668Sbms/* Define to 1 if you have the `strdup' function. */
24298524Sfenner#undef HAVE_STRDUP
24398524Sfenner
244127668Sbms/* Define to 1 if you have the `strftime' function. */
245127668Sbms#undef HAVE_STRFTIME
246127668Sbms
247127668Sbms/* Define to 1 if you have the <strings.h> header file. */
248127668Sbms#undef HAVE_STRINGS_H
249127668Sbms
250127668Sbms/* Define to 1 if you have the <string.h> header file. */
251127668Sbms#undef HAVE_STRING_H
252127668Sbms
253127668Sbms/* Define to 1 if you have the `strlcat' function. */
25475115Sfenner#undef HAVE_STRLCAT
25575115Sfenner
256127668Sbms/* Define to 1 if you have the `strlcpy' function. */
25775115Sfenner#undef HAVE_STRLCPY
25875115Sfenner
259127668Sbms/* Define to 1 if you have the `strsep' function. */
260127668Sbms#undef HAVE_STRSEP
261127668Sbms
262147899Ssam/* Define to 1 if the system has the type `struct ether_addr'. */
263147899Ssam#undef HAVE_STRUCT_ETHER_ADDR
264147899Ssam
265147899Ssam/* Define to 1 if you have the <sys/bitypes.h> header file. */
266147899Ssam#undef HAVE_SYS_BITYPES_H
267147899Ssam
268127668Sbms/* Define to 1 if you have the <sys/stat.h> header file. */
269127668Sbms#undef HAVE_SYS_STAT_H
270127668Sbms
271127668Sbms/* Define to 1 if you have the <sys/types.h> header file. */
272127668Sbms#undef HAVE_SYS_TYPES_H
273127668Sbms
274127668Sbms/* Define to 1 if you have the <unistd.h> header file. */
275127668Sbms#undef HAVE_UNISTD_H
276127668Sbms
277127668Sbms/* Define to 1 if you have the `vfprintf' function. */
27856893Sfenner#undef HAVE_VFPRINTF
27956893Sfenner
280127668Sbms/* Define to 1 if you have the `vsnprintf' function. */
28175115Sfenner#undef HAVE_VSNPRINTF
28275115Sfenner
283127668Sbms/* define if your compiler has __attribute__ */
284127668Sbms#undef HAVE___ATTRIBUTE__
28556893Sfenner
286146773Ssam/* Define to 1 if netinet/ether.h declares `ether_ntohost' */
287146773Ssam#undef NETINET_ETHER_H_DECLARES_ETHER_NTOHOST
288146773Ssam
289146773Ssam/* Define to 1 if netinet/if_ether.h declares `ether_ntohost' */
290146773Ssam#undef NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST
291146773Ssam
292127668Sbms/* Define to the address where bug reports for this package should be sent. */
293127668Sbms#undef PACKAGE_BUGREPORT
29456893Sfenner
295127668Sbms/* Define to the full name of this package. */
296127668Sbms#undef PACKAGE_NAME
29756893Sfenner
298127668Sbms/* Define to the full name and version of this package. */
299127668Sbms#undef PACKAGE_STRING
30056893Sfenner
301127668Sbms/* Define to the one symbol short name of this package. */
302127668Sbms#undef PACKAGE_TARNAME
30356893Sfenner
304127668Sbms/* Define to the version of this package. */
305127668Sbms#undef PACKAGE_VERSION
30656893Sfenner
307127668Sbms/* Define as the return type of signal handlers (`int' or `void'). */
308127668Sbms#undef RETSIGTYPE
30956893Sfenner
310172683Smlaier/* The size of `char', as computed by sizeof. */
311127668Sbms#undef SIZEOF_CHAR
31256893Sfenner
313172683Smlaier/* The size of `int', as computed by sizeof. */
314127668Sbms#undef SIZEOF_INT
31556893Sfenner
316172683Smlaier/* The size of `long', as computed by sizeof. */
317127668Sbms#undef SIZEOF_LONG
31856893Sfenner
319172683Smlaier/* The size of `long long', as computed by sizeof. */
320146773Ssam#undef SIZEOF_LONG_LONG
321146773Ssam
322172683Smlaier/* The size of `short', as computed by sizeof. */
323127668Sbms#undef SIZEOF_SHORT
324127668Sbms
325127668Sbms/* Define to 1 if you have the ANSI C header files. */
326127668Sbms#undef STDC_HEADERS
327127668Sbms
328127668Sbms/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
329127668Sbms#undef TIME_WITH_SYS_TIME
330127668Sbms
331111726Sfenner/* Define as token for inline if inlining supported */
332111726Sfenner#undef inline
333147899Ssam
334147899Ssam/* Define to `short' if int16_t not defined. */
335147899Ssam#undef int16_t
336147899Ssam
337147899Ssam/* Define to `int' if int32_t not defined. */
338147899Ssam#undef int32_t
339147899Ssam
340147899Ssam/* Define to `long long' if int64_t not defined. */
341147899Ssam#undef int64_t
342147899Ssam
343147899Ssam/* Define to `signed char' if int8_t not defined. */
344147899Ssam#undef int8_t
345147899Ssam
346147899Ssam/* Define to `unsigned short' if u_int16_t not defined. */
347147899Ssam#undef u_int16_t
348147899Ssam
349147899Ssam/* Define to `unsigned int' if u_int32_t not defined. */
350147899Ssam#undef u_int32_t
351147899Ssam
352147899Ssam/* Define to `unsigned long long' if u_int64_t not defined. */
353147899Ssam#undef u_int64_t
354147899Ssam
355147899Ssam/* Define to `unsigned char' if u_int8_t not defined. */
356147899Ssam#undef u_int8_t
357