config.h.in revision 98524
156893Sfenner/* config.h.in.  Generated automatically 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 to empty if the keyword does not work.  */
656893Sfenner#undef const
756893Sfenner
856893Sfenner/* Define as __inline if that's what the C compiler calls it.  */
956893Sfenner#undef inline
1056893Sfenner
1156893Sfenner/* Define as the return type of signal handlers (int or void).  */
1256893Sfenner#undef RETSIGTYPE
1356893Sfenner
1456893Sfenner/* Define if you can safely include both <sys/time.h> and <time.h>.  */
1556893Sfenner#undef TIME_WITH_SYS_TIME
1656893Sfenner
1756893Sfenner/* Define if you have SSLeay 0.9.0b with the buggy cast128. */
1856893Sfenner#undef HAVE_BUGGY_CAST128
1956893Sfenner
2075115Sfenner/* Define if you enable IPv6 support */
2156893Sfenner#undef INET6
2256893Sfenner
2356893Sfenner/* Define if you enable support for the libsmi. */
2456893Sfenner#undef LIBSMI
2556893Sfenner
2656893Sfenner/* define if you have struct __res_state_ext */
2756893Sfenner#undef HAVE_RES_STATE_EXT
2856893Sfenner
2956893Sfenner/* define if your struct __res_state has the nsort member */
3056893Sfenner#undef HAVE_NEW_RES_STATE
3156893Sfenner
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
5056893Sfenner/* define if RES_USE_INET6 is defined */
5156893Sfenner#undef HAVE_RES_USE_INET6
5256893Sfenner
5356893Sfenner/* define if struct sockaddr has the sa_len member */
5456893Sfenner#undef HAVE_SOCKADDR_SA_LEN
5556893Sfenner
5656893Sfenner/* define if you have struct sockaddr_storage */
5756893Sfenner#undef HAVE_SOCKADDR_STORAGE
5856893Sfenner
5998524Sfenner/* define if you have ether_ntohost() and it works */
6098524Sfenner#undef USE_ETHER_NTOHOST
6175115Sfenner
6256893Sfenner/* define if unaligned memory accesses fail */
6356893Sfenner#undef LBL_ALIGN
6456893Sfenner
6556893Sfenner/* The successful return value from signal (?)XXX */
6656893Sfenner#undef RETSIGVAL
6756893Sfenner
6856893Sfenner/* Define this on IRIX */
6956893Sfenner#undef _BSD_SIGNALS
7056893Sfenner
7156893Sfenner/* For HP/UX ANSI compiler? */
7256893Sfenner#undef _HPUX_SOURCE
7356893Sfenner
7456893Sfenner/* AIX hack. */
7556893Sfenner#undef _SUN
7656893Sfenner
7756893Sfenner/* Workaround for missing sized types */
7856893Sfenner/* XXX this should move to the more standard uint*_t */
7956893Sfenner#undef int16_t
8056893Sfenner#undef int32_t
8156893Sfenner#undef u_int16_t
8256893Sfenner#undef u_int32_t
8356893Sfenner#undef u_int8_t
8456893Sfenner
8598524Sfenner/* Whether or not to include the possibly-buggy SMB printer */
8698524Sfenner#undef TCPDUMP_DO_SMB
8798524Sfenner
8898524Sfenner/* Long story short: aclocal.m4 depends on autoconf 2.13
8998524Sfenner * implementation details wrt "const"; newer versions
9098524Sfenner * have different implementation details so for now we
9198524Sfenner * put "const" here.  This may cause duplicate definitions
9298524Sfenner * in config.h but that should be OK since they're the same.
9398524Sfenner */
9498524Sfenner#undef const
9598524Sfenner
9656893Sfenner/* The number of bytes in a char.  */
9756893Sfenner#undef SIZEOF_CHAR
9856893Sfenner
9956893Sfenner/* The number of bytes in a int.  */
10056893Sfenner#undef SIZEOF_INT
10156893Sfenner
10256893Sfenner/* The number of bytes in a long.  */
10356893Sfenner#undef SIZEOF_LONG
10456893Sfenner
10556893Sfenner/* The number of bytes in a short.  */
10656893Sfenner#undef SIZEOF_SHORT
10756893Sfenner
10875115Sfenner/* Define if you have the bpf_dump function.  */
10975115Sfenner#undef HAVE_BPF_DUMP
11075115Sfenner
11156893Sfenner/* Define if you have the ether_ntohost function.  */
11256893Sfenner#undef HAVE_ETHER_NTOHOST
11356893Sfenner
11456893Sfenner/* Define if you have the getaddrinfo function.  */
11556893Sfenner#undef HAVE_GETADDRINFO
11656893Sfenner
11756893Sfenner/* Define if you have the getnameinfo function.  */
11856893Sfenner#undef HAVE_GETNAMEINFO
11956893Sfenner
12056893Sfenner/* Define if you have the inet_aton function.  */
12156893Sfenner#undef HAVE_INET_ATON
12256893Sfenner
12356893Sfenner/* Define if you have the inet_ntop function.  */
12456893Sfenner#undef HAVE_INET_NTOP
12556893Sfenner
12656893Sfenner/* Define if you have the inet_pton function.  */
12756893Sfenner#undef HAVE_INET_PTON
12856893Sfenner
12956893Sfenner/* Define if you have the pfopen function.  */
13056893Sfenner#undef HAVE_PFOPEN
13156893Sfenner
13256893Sfenner/* Define if you have the setlinebuf function.  */
13356893Sfenner#undef HAVE_SETLINEBUF
13456893Sfenner
13556893Sfenner/* Define if you have the sigaction function.  */
13656893Sfenner#undef HAVE_SIGACTION
13756893Sfenner
13856893Sfenner/* Define if you have the sigset function.  */
13956893Sfenner#undef HAVE_SIGSET
14056893Sfenner
14175115Sfenner/* Define if you have the snprintf function.  */
14275115Sfenner#undef HAVE_SNPRINTF
14375115Sfenner
14456893Sfenner/* Define if you have the strcasecmp function.  */
14556893Sfenner#undef HAVE_STRCASECMP
14656893Sfenner
14798524Sfenner/* Define if you have the strdup function.  */
14898524Sfenner#undef HAVE_STRDUP
14998524Sfenner
15075115Sfenner/* Define if you have the strlcat function.  */
15175115Sfenner#undef HAVE_STRLCAT
15275115Sfenner
15375115Sfenner/* Define if you have the strlcpy function.  */
15475115Sfenner#undef HAVE_STRLCPY
15575115Sfenner
15656893Sfenner/* Define if you have the vfprintf function.  */
15756893Sfenner#undef HAVE_VFPRINTF
15856893Sfenner
15975115Sfenner/* Define if you have the vsnprintf function.  */
16075115Sfenner#undef HAVE_VSNPRINTF
16175115Sfenner
16256893Sfenner/* Define if you have the <cast.h> header file.  */
16356893Sfenner#undef HAVE_CAST_H
16456893Sfenner
16556893Sfenner/* Define if you have the <fcntl.h> header file.  */
16656893Sfenner#undef HAVE_FCNTL_H
16756893Sfenner
16875115Sfenner/* Define if you have the <netinet/if_ether.h> header file.  */
16975115Sfenner#undef HAVE_NETINET_IF_ETHER_H
17056893Sfenner
17156893Sfenner/* Define if you have the <rc5.h> header file.  */
17256893Sfenner#undef HAVE_RC5_H
17356893Sfenner
17456893Sfenner/* Define if you have the <rpc/rpcent.h> header file.  */
17556893Sfenner#undef HAVE_RPC_RPCENT_H
17656893Sfenner
17756893Sfenner/* Define if you have the <smi.h> header file.  */
17856893Sfenner#undef HAVE_SMI_H
17956893Sfenner
18056893Sfenner/* Define if you have the crypto library (-lcrypto).  */
18156893Sfenner#undef HAVE_LIBCRYPTO
18256893Sfenner
18356893Sfenner/* Define if you have the dnet library (-ldnet).  */
18456893Sfenner#undef HAVE_LIBDNET
18556893Sfenner
18656893Sfenner/* Define if you have the rpc library (-lrpc).  */
18756893Sfenner#undef HAVE_LIBRPC
18856893Sfenner
18956893Sfenner/* Define if you have the smi library (-lsmi).  */
19056893Sfenner#undef HAVE_LIBSMI
19156893Sfenner
19275115Sfenner/* define if your compiler has __attribute__ */
19375115Sfenner#undef HAVE___ATTRIBUTE__
19475115Sfenner
195