config.h.in revision 214478
11590Srgrimes/* config.h.in.  Generated from configure.in by autoheader.  */
21590Srgrimes/* "generated automatically" means DO NOT MAKE CHANGES TO config.h.in --
31590Srgrimes * make them to acconfig.h and rerun autoheader */
41590Srgrimes
51590Srgrimes/* Define if you enable IPv6 support */
61590Srgrimes#undef INET6
71590Srgrimes
81590Srgrimes/* Define if you enable support for the libsmi. */
91590Srgrimes#undef LIBSMI
101590Srgrimes
111590Srgrimes/* define if you have struct __res_state_ext */
121590Srgrimes#undef HAVE_RES_STATE_EXT
131590Srgrimes
141590Srgrimes/* define if your struct __res_state has the nsort member */
151590Srgrimes#undef HAVE_NEW_RES_STATE
161590Srgrimes
171590Srgrimes/* define if you have the addrinfo function. */
181590Srgrimes#undef HAVE_ADDRINFO
191590Srgrimes
201590Srgrimes/* define if you need to include missing/addrinfoh.h. */
211590Srgrimes#undef NEED_ADDRINFO_H
221590Srgrimes
231590Srgrimes/* define ifyou have the h_errno variable. */
241590Srgrimes#undef HAVE_H_ERRNO
251590Srgrimes
261590Srgrimes/* define if IN6ADDRSZ is defined (XXX not used!) */
271590Srgrimes#undef HAVE_IN6ADDRSZ
281590Srgrimes
291590Srgrimes/* define if INADDRSZ is defined (XXX not used!) */
301590Srgrimes#undef HAVE_INADDRSZ
311590Srgrimes
321590Srgrimes/* define if RES_USE_INET6 is defined */
331590Srgrimes#undef HAVE_RES_USE_INET6
3487766Smarkm
3587766Smarkm/* define if you have struct sockaddr_storage */
3687766Smarkm#undef HAVE_SOCKADDR_STORAGE
371590Srgrimes
3887766Smarkm/* define if you have both getipnodebyname() and getipnodebyaddr() */
3928066Scharnier#undef USE_GETIPNODEBY
401590Srgrimes
411590Srgrimes/* define if you have ether_ntohost() and it works */
421590Srgrimes#undef USE_ETHER_NTOHOST
431590Srgrimes
441590Srgrimes/* define if libpcap has pcap_version */
451590Srgrimes#undef HAVE_PCAP_VERSION
461590Srgrimes
4728066Scharnier/* define if libpcap has pcap_debug */
481590Srgrimes#undef HAVE_PCAP_DEBUG
491590Srgrimes
501590Srgrimes/* define if libpcap has yydebug */
511590Srgrimes#undef HAVE_YYDEBUG
521590Srgrimes
531590Srgrimes/* define if libpcap has pcap_list_datalinks() */
541590Srgrimes#undef HAVE_PCAP_LIST_DATALINKS
551590Srgrimes
56132083Stjr/* define if libpcap has pcap_set_datalink() */
57132083Stjr#undef HAVE_PCAP_SET_DATALINK
581590Srgrimes
591590Srgrimes/* define if libpcap has pcap_datalink_name_to_val() */
601590Srgrimes#undef HAVE_PCAP_DATALINK_NAME_TO_VAL
611590Srgrimes
62132145Stjr/* define if libpcap has pcap_datalink_val_to_description() */
631590Srgrimes#undef HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION
641590Srgrimes
651590Srgrimes/* define if libpcap has pcap_dump_ftell() */
661590Srgrimes#undef HAVE_PCAP_DUMP_FTELL
671590Srgrimes
681590Srgrimes/* define if you have getrpcbynumber() */
69100359Smarkm#undef HAVE_GETRPCBYNUMBER
70132145Stjr
7192922Simp/* AIX hack. */
72132083Stjr#undef _SUN
73100359Smarkm
7492922Simp/* Workaround for missing 64-bit formats */
7592922Simp#undef PRId64
761590Srgrimes#undef PRIo64
771590Srgrimes#undef PRIx64
781590Srgrimes#undef PRIu64
791590Srgrimes
801590Srgrimes/* Whether or not to include the possibly-buggy SMB printer */
811590Srgrimes#undef TCPDUMP_DO_SMB
821590Srgrimes
831590Srgrimes/* Define if you have the dnet_htoa function.  */
841590Srgrimes#undef HAVE_DNET_HTOA
851590Srgrimes
861590Srgrimes/* Define if you have a dnet_htoa declaration in <netdnet/dnetdb.h>.  */
871590Srgrimes#undef HAVE_NETDNET_DNETDB_H_DNET_HTOA
88170609Syar
891590Srgrimes/* define if should drop privileges by default */
901590Srgrimes#undef WITH_USER
91122044Sdes
921590Srgrimes/* define if should chroot when dropping privileges */
931590Srgrimes#undef WITH_CHROOT
941590Srgrimes
95144840Sstefanf/* Define to 1 if you have the `alarm' function. */
9610075Sjkh#undef HAVE_ALARM
971590Srgrimes
98103715Seric/* Define to 1 if you have the `bpf_dump' function. */
99103715Seric#undef HAVE_BPF_DUMP
1001590Srgrimes
1011590Srgrimes/* Define to 1 if you have the declaration of `ether_ntohost', and to 0 if you
10210075Sjkh   don't. */
1031590Srgrimes#undef HAVE_DECL_ETHER_NTOHOST
1041590Srgrimes
1051590Srgrimes/* Define to 1 if you have the `ether_ntohost' function. */
1061590Srgrimes#undef HAVE_ETHER_NTOHOST
1071590Srgrimes
1081590Srgrimes/* Define to 1 if you have the <fcntl.h> header file. */
1091590Srgrimes#undef HAVE_FCNTL_H
1101590Srgrimes
1111590Srgrimes/* Define to 1 if you have the `getnameinfo' function. */
1121590Srgrimes#undef HAVE_GETNAMEINFO
1131590Srgrimes
1141590Srgrimes/* Define to 1 if you have the <inttypes.h> header file. */
1151590Srgrimes#undef HAVE_INTTYPES_H
11680286Sobrien
1171590Srgrimes/* Define to 1 if you have the `crypto' library (-lcrypto). */
11880286Sobrien#undef HAVE_LIBCRYPTO
11980286Sobrien
1201590Srgrimes/* Define to 1 if you have the `rpc' library (-lrpc). */
1211590Srgrimes#undef HAVE_LIBRPC
1221590Srgrimes
1231590Srgrimes/* Define to 1 if you have the `smi' library (-lsmi). */
1241590Srgrimes#undef HAVE_LIBSMI
1251590Srgrimes
1261590Srgrimes/* Define to 1 if you have the <memory.h> header file. */
1271590Srgrimes#undef HAVE_MEMORY_H
1281590Srgrimes
1291590Srgrimes/* Define to 1 if you have the <netdnet/dnetdb.h> header file. */
1301590Srgrimes#undef HAVE_NETDNET_DNETDB_H
131168211Syar
132122049Sdes/* Define to 1 if you have the <netinet/ether.h> header file. */
1331590Srgrimes#undef HAVE_NETINET_ETHER_H
1341590Srgrimes
1351590Srgrimes/* Define to 1 if you have the <netinet/if_ether.h> header file. */
1361590Srgrimes#undef HAVE_NETINET_IF_ETHER_H
1371590Srgrimes
1381590Srgrimes/* Define to 1 if you have the <net/pfvar.h> header file. */
1391590Srgrimes#undef HAVE_NET_PFVAR_H
14094012Sjmallett
141101668Stjr/* Define to 1 if you have the <openssl/evp.h> header file. */
1421590Srgrimes#undef HAVE_OPENSSL_EVP_H
14310075Sjkh
14410075Sjkh/* if there's an os_proto.h for this platform, to use additional prototypes */
14510075Sjkh#undef HAVE_OS_PROTO_H
1461590Srgrimes
14710075Sjkh/* Define to 1 if you have the <pcap/bluetooth.h> header file. */
1481590Srgrimes#undef HAVE_PCAP_BLUETOOTH_H
1491590Srgrimes
1501590Srgrimes/* Define to 1 if you have the `pcap_breakloop' function. */
1511590Srgrimes#undef HAVE_PCAP_BREAKLOOP
1521590Srgrimes
153170605Syar/* Define to 1 if you have the `pcap_create' function. */
154170605Syar#undef HAVE_PCAP_CREATE
1551590Srgrimes
1561590Srgrimes/* Define to 1 if you have the `pcap_dump_flush' function. */
1571590Srgrimes#undef HAVE_PCAP_DUMP_FLUSH
1581590Srgrimes
1591590Srgrimes/* Define to 1 if you have the `pcap_findalldevs' function. */
160170605Syar#undef HAVE_PCAP_FINDALLDEVS
161170605Syar
1621590Srgrimes/* Define to 1 if the system has the type `pcap_if_t'. */
1631590Srgrimes#undef HAVE_PCAP_IF_T
164122049Sdes
1651590Srgrimes/* Define to 1 if you have the `pcap_lib_version' function. */
1661590Srgrimes#undef HAVE_PCAP_LIB_VERSION
167132083Stjr
1681590Srgrimes/* Define to 1 if you have the <pcap/usb.h> header file. */
1691590Srgrimes#undef HAVE_PCAP_USB_H
1701590Srgrimes
171170609Syar/* Define to 1 if you have the `pfopen' function. */
1721590Srgrimes#undef HAVE_PFOPEN
1731590Srgrimes
1741590Srgrimes/* Define to 1 if you have the <rpc/rpcent.h> header file. */
1751590Srgrimes#undef HAVE_RPC_RPCENT_H
1761590Srgrimes
1771590Srgrimes/* Define to 1 if you have the `setlinebuf' function. */
1781590Srgrimes#undef HAVE_SETLINEBUF
179170605Syar
180170605Syar/* Define to 1 if you have the `sigaction' function. */
1811590Srgrimes#undef HAVE_SIGACTION
1821590Srgrimes
1831590Srgrimes/* Define to 1 if you have the `sigset' function. */
1841590Srgrimes#undef HAVE_SIGSET
1851590Srgrimes
186170609Syar/* Define to 1 if you have the <smi.h> header file. */
1871590Srgrimes#undef HAVE_SMI_H
1881590Srgrimes
1891590Srgrimes/* Define to 1 if you have the `snprintf' function. */
1901590Srgrimes#undef HAVE_SNPRINTF
191158989Skrion
19210075Sjkh/* if struct sockaddr has the sa_len member */
19398601Stjr#undef HAVE_SOCKADDR_SA_LEN
1941590Srgrimes
195170609Syar/* Define to 1 if you have the <stdint.h> header file. */
1961590Srgrimes#undef HAVE_STDINT_H
19710075Sjkh
1981590Srgrimes/* Define to 1 if you have the <stdlib.h> header file. */
1991590Srgrimes#undef HAVE_STDLIB_H
2001590Srgrimes
201170609Syar/* Define to 1 if you have the `strcasecmp' function. */
2021590Srgrimes#undef HAVE_STRCASECMP
2031590Srgrimes
2041590Srgrimes/* Define to 1 if you have the `strdup' function. */
2051590Srgrimes#undef HAVE_STRDUP
20680286Sobrien
2071590Srgrimes/* Define to 1 if you have the `strftime' function. */
20880286Sobrien#undef HAVE_STRFTIME
20980286Sobrien
2101590Srgrimes/* Define to 1 if you have the <strings.h> header file. */
2111590Srgrimes#undef HAVE_STRINGS_H
2121590Srgrimes
2131590Srgrimes/* Define to 1 if you have the <string.h> header file. */
2141590Srgrimes#undef HAVE_STRING_H
2151590Srgrimes
2161590Srgrimes/* Define to 1 if you have the `strlcat' function. */
2171590Srgrimes#undef HAVE_STRLCAT
2181590Srgrimes
2191590Srgrimes/* Define to 1 if you have the `strlcpy' function. */
2201590Srgrimes#undef HAVE_STRLCPY
2211590Srgrimes
2221590Srgrimes/* Define to 1 if you have the `strsep' function. */
2231590Srgrimes#undef HAVE_STRSEP
2241590Srgrimes
2251590Srgrimes/* Define to 1 if the system has the type `struct ether_addr'. */
2261590Srgrimes#undef HAVE_STRUCT_ETHER_ADDR
2271590Srgrimes
2281590Srgrimes/* Define to 1 if you have the <sys/bitypes.h> header file. */
2291590Srgrimes#undef HAVE_SYS_BITYPES_H
2301590Srgrimes
23128066Scharnier/* Define to 1 if you have the <sys/stat.h> header file. */
232176126Sdwmalone#undef HAVE_SYS_STAT_H
23398601Stjr
23428066Scharnier/* Define to 1 if you have the <sys/types.h> header file. */
2351590Srgrimes#undef HAVE_SYS_TYPES_H
2361590Srgrimes
237170608Syar/* Define to 1 if you have the <unistd.h> header file. */
238170608Syar#undef HAVE_UNISTD_H
239170608Syar
240170608Syar/* Define to 1 if you have the `vfprintf' function. */
241170608Syar#undef HAVE_VFPRINTF
242170608Syar
24399351Stjr/* Define to 1 if you have the `vsnprintf' function. */
24499351Stjr#undef HAVE_VSNPRINTF
2451590Srgrimes
2461590Srgrimes/* define if your compiler has __attribute__ */
2471590Srgrimes#undef HAVE___ATTRIBUTE__
2481590Srgrimes
2491590Srgrimes/* if unaligned access fails */
25094012Sjmallett#undef LBL_ALIGN
2511590Srgrimes
252132145Stjr/* Define to 1 if netinet/ether.h declares `ether_ntohost' */
2531590Srgrimes#undef NETINET_ETHER_H_DECLARES_ETHER_NTOHOST
2541590Srgrimes
2551590Srgrimes/* Define to 1 if netinet/if_ether.h declares `ether_ntohost' */
2561590Srgrimes#undef NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST
2571590Srgrimes
258122049Sdes/* Define to the address where bug reports for this package should be sent. */
2591590Srgrimes#undef PACKAGE_BUGREPORT
2601590Srgrimes
2611590Srgrimes/* Define to the full name of this package. */
2621590Srgrimes#undef PACKAGE_NAME
2631590Srgrimes
264170609Syar/* Define to the full name and version of this package. */
2651590Srgrimes#undef PACKAGE_STRING
2661590Srgrimes
2671590Srgrimes/* Define to the one symbol short name of this package. */
2681590Srgrimes#undef PACKAGE_TARNAME
2691590Srgrimes
2701590Srgrimes/* Define to the version of this package. */
2711590Srgrimes#undef PACKAGE_VERSION
2721590Srgrimes
273168255Syar/* Define as the return type of signal handlers (`int' or `void'). */
274168255Syar#undef RETSIGTYPE
275168255Syar
2761590Srgrimes/* return value of signal handlers */
2771590Srgrimes#undef RETSIGVAL
278192732Sbrian
279192732Sbrian/* The size of `char', as computed by sizeof. */
2801590Srgrimes#undef SIZEOF_CHAR
281100359Smarkm
282122044Sdes/* The size of `int', as computed by sizeof. */
2831590Srgrimes#undef SIZEOF_INT
2841590Srgrimes
2851590Srgrimes/* The size of `long', as computed by sizeof. */
2861590Srgrimes#undef SIZEOF_LONG
2871590Srgrimes
2881590Srgrimes/* The size of `long long', as computed by sizeof. */
2891590Srgrimes#undef SIZEOF_LONG_LONG
290192732Sbrian
2911590Srgrimes/* The size of `short', as computed by sizeof. */
292192732Sbrian#undef SIZEOF_SHORT
2931590Srgrimes
294168258Syar/* Define to 1 if you have the ANSI C header files. */
295192732Sbrian#undef STDC_HEADERS
296192732Sbrian
297192732Sbrian/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
298192732Sbrian#undef TIME_WITH_SYS_TIME
299192732Sbrian
300192732Sbrian/* get BSD semantics on Irix */
301168258Syar#undef _BSD_SIGNALS
302168258Syar
303168258Syar/* needed on HP-UX */
304168258Syar#undef _HPUX_SOURCE
305192732Sbrian
306168258Syar/* define if your compiler allows __attribute__((format)) to be applied to
307168258Syar   function pointers */
308168258Syar#undef __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS
3091590Srgrimes
3101590Srgrimes/* to handle Ultrix compilers that don't support const in prototypes */
3111590Srgrimes#undef const
3121590Srgrimes
3131590Srgrimes/* Define as token for inline if inlining supported */
3141590Srgrimes#undef inline
315192732Sbrian
3161590Srgrimes/* Define to `short' if int16_t not defined. */
317192732Sbrian#undef int16_t
318192732Sbrian
319192732Sbrian/* Define to `int' if int32_t not defined. */
3201590Srgrimes#undef int32_t
321192732Sbrian
322192732Sbrian/* Define to `long long' if int64_t not defined. */
323192732Sbrian#undef int64_t
3241590Srgrimes
3251590Srgrimes/* Define to `signed char' if int8_t not defined. */
3261590Srgrimes#undef int8_t
3271590Srgrimes
3281590Srgrimes/* Define to `unsigned short' if u_int16_t not defined. */
3291590Srgrimes#undef u_int16_t
3301590Srgrimes
3311590Srgrimes/* Define to `unsigned int' if u_int32_t not defined. */
3321590Srgrimes#undef u_int32_t
333170608Syar
334168921Syar/* Define to `unsigned long long' if u_int64_t not defined. */
335168921Syar#undef u_int64_t
336170608Syar
337168921Syar/* Define to `unsigned char' if u_int8_t not defined. */
338168921Syar#undef u_int8_t
339168921Syar