config.h.in revision 127668
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/*
25127668Sbms * define if struct ether_header.ether_dhost is a struct with ether_addr_octet
26127668Sbms */
27127668Sbms#undef ETHER_HEADER_HAS_EA
28127668Sbms
29127668Sbms/* define if struct ether_arp contains arp_xsha */
30127668Sbms#undef ETHER_ARP_HAS_X
31127668Sbms
3256893Sfenner/* define if you have the addrinfo function. */
3356893Sfenner#undef HAVE_ADDRINFO
3456893Sfenner
3556893Sfenner/* define if you need to include missing/addrinfoh.h. */
3656893Sfenner#undef NEED_ADDRINFO_H
3756893Sfenner
3856893Sfenner/* define ifyou have the h_errno variable. */
3956893Sfenner#undef HAVE_H_ERRNO
4056893Sfenner
4156893Sfenner/* define if IN6ADDRSZ is defined (XXX not used!) */
4256893Sfenner#undef HAVE_IN6ADDRSZ
4356893Sfenner
4456893Sfenner/* define if INADDRSZ is defined (XXX not used!) */
4556893Sfenner#undef HAVE_INADDRSZ
4656893Sfenner
4756893Sfenner/* define if this is a development version, to use additional prototypes. */
4856893Sfenner#undef HAVE_OS_PROTO_H
4956893Sfenner
50127668Sbms/* define if <unistd.h> defines __P() */
51127668Sbms#undef HAVE_PORTABLE_PROTOTYPE
52127668Sbms
5356893Sfenner/* define if RES_USE_INET6 is defined */
5456893Sfenner#undef HAVE_RES_USE_INET6
5556893Sfenner
5656893Sfenner/* define if struct sockaddr has the sa_len member */
5756893Sfenner#undef HAVE_SOCKADDR_SA_LEN
5856893Sfenner
5956893Sfenner/* define if you have struct sockaddr_storage */
6056893Sfenner#undef HAVE_SOCKADDR_STORAGE
6156893Sfenner
62127668Sbms/* define if you have both getipnodebyname() and getipnodebyaddr() */
63127668Sbms#undef USE_GETIPNODEBY
64127668Sbms
6598524Sfenner/* define if you have ether_ntohost() and it works */
6698524Sfenner#undef USE_ETHER_NTOHOST
6775115Sfenner
68127668Sbms/* define if libpcap has pcap_version */
69127668Sbms#undef HAVE_PCAP_VERSION
70127668Sbms
71127668Sbms/* define if libpcap has pcap_debug */
72127668Sbms#undef HAVE_PCAP_DEBUG
73127668Sbms
74127668Sbms/* define if libpcap has yydebug */
75127668Sbms#undef HAVE_YYDEBUG
76127668Sbms
77127668Sbms/* define if libpcap has pcap_list_datalinks() */
78127668Sbms#undef HAVE_PCAP_LIST_DATALINKS
79127668Sbms
80127668Sbms/* define if libpcap has pcap_set_datalink() */
81127668Sbms#undef HAVE_PCAP_SET_DATALINK
82127668Sbms
83127668Sbms/* define if libpcap has pcap_datalink_name_to_val() */
84127668Sbms#undef HAVE_PCAP_DATALINK_NAME_TO_VAL
85127668Sbms
86127668Sbms/* define if libpcap has pcap_datalink_val_to_description() */
87127668Sbms#undef HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION
88127668Sbms
8956893Sfenner/* define if unaligned memory accesses fail */
9056893Sfenner#undef LBL_ALIGN
9156893Sfenner
9256893Sfenner/* The successful return value from signal (?)XXX */
9356893Sfenner#undef RETSIGVAL
9456893Sfenner
9556893Sfenner/* Define this on IRIX */
9656893Sfenner#undef _BSD_SIGNALS
9756893Sfenner
9856893Sfenner/* For HP/UX ANSI compiler? */
9956893Sfenner#undef _HPUX_SOURCE
10056893Sfenner
10156893Sfenner/* AIX hack. */
10256893Sfenner#undef _SUN
10356893Sfenner
10456893Sfenner/* Workaround for missing sized types */
10556893Sfenner/* XXX this should move to the more standard uint*_t */
106127668Sbms#undef int8_t
10756893Sfenner#undef int16_t
10856893Sfenner#undef int32_t
10956893Sfenner#undef u_int16_t
11056893Sfenner#undef u_int32_t
11156893Sfenner#undef u_int8_t
11256893Sfenner
11398524Sfenner/* Whether or not to include the possibly-buggy SMB printer */
11498524Sfenner#undef TCPDUMP_DO_SMB
11598524Sfenner
11698524Sfenner/* Long story short: aclocal.m4 depends on autoconf 2.13
11798524Sfenner * implementation details wrt "const"; newer versions
11898524Sfenner * have different implementation details so for now we
11998524Sfenner * put "const" here.  This may cause duplicate definitions
12098524Sfenner * in config.h but that should be OK since they're the same.
12198524Sfenner */
12298524Sfenner#undef const
12398524Sfenner
124127668Sbms/* Define if you have the dnet_htoa function.  */
125127668Sbms#undef HAVE_DNET_HTOA
12656893Sfenner
127127668Sbms/* Define if you have a dnet_htoa declaration in <netdnet/dnetdb.h>.  */
128127668Sbms#undef HAVE_NETDNET_DNETDB_H_DNET_HTOA
12956893Sfenner
130127668Sbms/* Define to 1 if you have the `bpf_dump' function. */
13175115Sfenner#undef HAVE_BPF_DUMP
13275115Sfenner
133127668Sbms/* Define to 1 if you have the `ether_ntohost' function. */
13456893Sfenner#undef HAVE_ETHER_NTOHOST
13556893Sfenner
136127668Sbms/* Define to 1 if you have the <fcntl.h> header file. */
137127668Sbms#undef HAVE_FCNTL_H
138127668Sbms
139127668Sbms/* Define to 1 if you have the `getaddrinfo' function. */
14056893Sfenner#undef HAVE_GETADDRINFO
14156893Sfenner
142127668Sbms/* Define to 1 if you have the `getnameinfo' function. */
14356893Sfenner#undef HAVE_GETNAMEINFO
14456893Sfenner
145127668Sbms/* Define to 1 if you have the <inttypes.h> header file. */
146127668Sbms#undef HAVE_INTTYPES_H
14756893Sfenner
148127668Sbms/* Define to 1 if you have the `crypto' library (-lcrypto). */
149127668Sbms#undef HAVE_LIBCRYPTO
15056893Sfenner
151127668Sbms/* Define to 1 if you have the `rpc' library (-lrpc). */
152127668Sbms#undef HAVE_LIBRPC
15356893Sfenner
154127668Sbms/* Define to 1 if you have the `smi' library (-lsmi). */
155127668Sbms#undef HAVE_LIBSMI
156127668Sbms
157127668Sbms/* Define to 1 if you have the <memory.h> header file. */
158127668Sbms#undef HAVE_MEMORY_H
159127668Sbms
160127668Sbms/* Define to 1 if you have the <netdnet/dnetdb.h> header file. */
161127668Sbms#undef HAVE_NETDNET_DNETDB_H
162127668Sbms
163127668Sbms/* Define to 1 if you have the <netinet/ether.h> header file. */
164127668Sbms#undef HAVE_NETINET_ETHER_H
165127668Sbms
166127668Sbms/* Define to 1 if you have the <netinet/if_ether.h> header file. */
167127668Sbms#undef HAVE_NETINET_IF_ETHER_H
168127668Sbms
169127668Sbms/* Define to 1 if you have the <openssl/evp.h> header file. */
170127668Sbms#undef HAVE_OPENSSL_EVP_H
171127668Sbms
172127668Sbms/* Define to 1 if you have the `pcap_breakloop' function. */
173127668Sbms#undef HAVE_PCAP_BREAKLOOP
174127668Sbms
175127668Sbms/* Define to 1 if you have the `pcap_dump_flush' function. */
176127668Sbms#undef HAVE_PCAP_DUMP_FLUSH
177127668Sbms
178127668Sbms/* Define to 1 if you have the `pcap_findalldevs' function. */
179127668Sbms#undef HAVE_PCAP_FINDALLDEVS
180127668Sbms
181127668Sbms/* Define to 1 if the system has the type `pcap_if_t'. */
182127668Sbms#undef HAVE_PCAP_IF_T
183127668Sbms
184127668Sbms/* Define to 1 if you have the `pcap_lib_version' function. */
185127668Sbms#undef HAVE_PCAP_LIB_VERSION
186127668Sbms
187127668Sbms/* Define to 1 if you have the `pfopen' function. */
18856893Sfenner#undef HAVE_PFOPEN
18956893Sfenner
190127668Sbms/* Define to 1 if you have the <rpc/rpcent.h> header file. */
191127668Sbms#undef HAVE_RPC_RPCENT_H
192127668Sbms
193127668Sbms/* Define to 1 if you have the `setlinebuf' function. */
19456893Sfenner#undef HAVE_SETLINEBUF
19556893Sfenner
196127668Sbms/* Define to 1 if you have the `sigaction' function. */
19756893Sfenner#undef HAVE_SIGACTION
19856893Sfenner
199127668Sbms/* Define to 1 if you have the `sigset' function. */
20056893Sfenner#undef HAVE_SIGSET
20156893Sfenner
202127668Sbms/* Define to 1 if you have the <smi.h> header file. */
203127668Sbms#undef HAVE_SMI_H
204127668Sbms
205127668Sbms/* Define to 1 if you have the `snprintf' function. */
20675115Sfenner#undef HAVE_SNPRINTF
20775115Sfenner
208127668Sbms/* Define to 1 if you have the <stdint.h> header file. */
209127668Sbms#undef HAVE_STDINT_H
210127668Sbms
211127668Sbms/* Define to 1 if you have the <stdlib.h> header file. */
212127668Sbms#undef HAVE_STDLIB_H
213127668Sbms
214127668Sbms/* Define to 1 if you have the `strcasecmp' function. */
21556893Sfenner#undef HAVE_STRCASECMP
21656893Sfenner
217127668Sbms/* Define to 1 if you have the `strdup' function. */
21898524Sfenner#undef HAVE_STRDUP
21998524Sfenner
220127668Sbms/* Define to 1 if you have the `strftime' function. */
221127668Sbms#undef HAVE_STRFTIME
222127668Sbms
223127668Sbms/* Define to 1 if you have the <strings.h> header file. */
224127668Sbms#undef HAVE_STRINGS_H
225127668Sbms
226127668Sbms/* Define to 1 if you have the <string.h> header file. */
227127668Sbms#undef HAVE_STRING_H
228127668Sbms
229127668Sbms/* Define to 1 if you have the `strlcat' function. */
23075115Sfenner#undef HAVE_STRLCAT
23175115Sfenner
232127668Sbms/* Define to 1 if you have the `strlcpy' function. */
23375115Sfenner#undef HAVE_STRLCPY
23475115Sfenner
235127668Sbms/* Define to 1 if you have the `strsep' function. */
236127668Sbms#undef HAVE_STRSEP
237127668Sbms
238127668Sbms/* Define to 1 if you have the <sys/stat.h> header file. */
239127668Sbms#undef HAVE_SYS_STAT_H
240127668Sbms
241127668Sbms/* Define to 1 if you have the <sys/types.h> header file. */
242127668Sbms#undef HAVE_SYS_TYPES_H
243127668Sbms
244127668Sbms/* Define to 1 if you have the <unistd.h> header file. */
245127668Sbms#undef HAVE_UNISTD_H
246127668Sbms
247127668Sbms/* Define to 1 if you have the `vfprintf' function. */
24856893Sfenner#undef HAVE_VFPRINTF
24956893Sfenner
250127668Sbms/* Define to 1 if you have the `vsnprintf' function. */
25175115Sfenner#undef HAVE_VSNPRINTF
25275115Sfenner
253127668Sbms/* define if your compiler has __attribute__ */
254127668Sbms#undef HAVE___ATTRIBUTE__
25556893Sfenner
256127668Sbms/* Define to the address where bug reports for this package should be sent. */
257127668Sbms#undef PACKAGE_BUGREPORT
25856893Sfenner
259127668Sbms/* Define to the full name of this package. */
260127668Sbms#undef PACKAGE_NAME
26156893Sfenner
262127668Sbms/* Define to the full name and version of this package. */
263127668Sbms#undef PACKAGE_STRING
26456893Sfenner
265127668Sbms/* Define to the one symbol short name of this package. */
266127668Sbms#undef PACKAGE_TARNAME
26756893Sfenner
268127668Sbms/* Define to the version of this package. */
269127668Sbms#undef PACKAGE_VERSION
27056893Sfenner
271127668Sbms/* Define as the return type of signal handlers (`int' or `void'). */
272127668Sbms#undef RETSIGTYPE
27356893Sfenner
274127668Sbms/* The size of a `char', as computed by sizeof. */
275127668Sbms#undef SIZEOF_CHAR
27656893Sfenner
277127668Sbms/* The size of a `int', as computed by sizeof. */
278127668Sbms#undef SIZEOF_INT
27956893Sfenner
280127668Sbms/* The size of a `long', as computed by sizeof. */
281127668Sbms#undef SIZEOF_LONG
28256893Sfenner
283127668Sbms/* The size of a `short', as computed by sizeof. */
284127668Sbms#undef SIZEOF_SHORT
285127668Sbms
286127668Sbms/* Define to 1 if you have the ANSI C header files. */
287127668Sbms#undef STDC_HEADERS
288127668Sbms
289127668Sbms/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
290127668Sbms#undef TIME_WITH_SYS_TIME
291127668Sbms
292111726Sfenner/* Define as token for inline if inlining supported */
293111726Sfenner#undef inline
294