]>
The Tcpdump Group git mirrors - tcpdump/blob - config.h.in
1 /* config.h.in. Generated automatically from configure.in by autoheader. */
2 /* "generated automatically" means DO NOT MAKE CHANGES TO config.h.in --
3 * make them to acconfig.h and rerun autoheader */
5 /* Define to empty if the keyword does not work. */
8 /* Define as __inline if that's what the C compiler calls it. */
11 /* Define as the return type of signal handlers (int or void). */
14 /* Define if you can safely include both <sys/time.h> and <time.h>. */
15 #undef TIME_WITH_SYS_TIME
17 /* Define if you have SSLeay 0.9.0b with the buggy cast128. */
18 #undef HAVE_BUGGY_CAST128
20 /* Define if you enable IPv6 support */
23 /* Define if you enable support for the libsmi. */
26 /* define if you have struct __res_state_ext */
27 #undef HAVE_RES_STATE_EXT
29 /* define if your struct __res_state has the nsort member */
30 #undef HAVE_NEW_RES_STATE
32 /* define if you have the addrinfo function. */
35 /* define if you need to include missing/addrinfoh.h. */
36 #undef NEED_ADDRINFO_H
38 /* define ifyou have the h_errno variable. */
41 /* define if IN6ADDRSZ is defined (XXX not used!) */
44 /* define if INADDRSZ is defined (XXX not used!) */
47 /* define if this is a development version, to use additional prototypes. */
48 #undef HAVE_OS_PROTO_H
50 /* define if RES_USE_INET6 is defined */
51 #undef HAVE_RES_USE_INET6
53 /* define if struct sockaddr has the sa_len member */
54 #undef HAVE_SOCKADDR_SA_LEN
56 /* define if you have struct sockaddr_storage */
57 #undef HAVE_SOCKADDR_STORAGE
59 /* define if you have ether_ntohost() and it works */
60 #undef USE_ETHER_NTOHOST
62 /* define if unaligned memory accesses fail */
65 /* The successful return value from signal (?)XXX */
68 /* Define this on IRIX */
71 /* For HP/UX ANSI compiler? */
77 /* Workaround for missing sized types */
78 /* XXX this should move to the more standard uint*_t */
85 /* Whether or not to include the possibly-buggy SMB printer */
88 /* Long story short: aclocal.m4 depends on autoconf 2.13
89 * implementation details wrt "const"; newer versions
90 * have different implementation details so for now we
91 * put "const" here. This may cause duplicate definitions
92 * in config.h but that should be OK since they're the same.
96 /* Define if you have the dnet_htoa function. */
99 /* Define if you have a dnet_htoa declaration in <netdnet/dnetdb.h>. */
100 #undef HAVE_NETDNET_DNETDB_H_DNET_HTOA
102 /* The number of bytes in a char. */
105 /* The number of bytes in a int. */
108 /* The number of bytes in a long. */
111 /* The number of bytes in a short. */
114 /* Define if you have the bpf_dump function. */
117 /* Define if you have the ether_ntohost function. */
118 #undef HAVE_ETHER_NTOHOST
120 /* Define if you have the getaddrinfo function. */
121 #undef HAVE_GETADDRINFO
123 /* Define if you have the getnameinfo function. */
124 #undef HAVE_GETNAMEINFO
126 /* Define if you have the inet_aton function. */
127 #undef HAVE_INET_ATON
129 /* Define if you have the inet_ntop function. */
130 #undef HAVE_INET_NTOP
132 /* Define if you have the inet_pton function. */
133 #undef HAVE_INET_PTON
135 /* Define if you have the pfopen function. */
138 /* Define if you have the setlinebuf function. */
139 #undef HAVE_SETLINEBUF
141 /* Define if you have the sigaction function. */
142 #undef HAVE_SIGACTION
144 /* Define if you have the sigset function. */
147 /* Define if you have the snprintf function. */
150 /* Define if you have the strcasecmp function. */
151 #undef HAVE_STRCASECMP
153 /* Define if you have the strdup function. */
156 /* Define if you have the strlcat function. */
159 /* Define if you have the strlcpy function. */
162 /* Define if you have the vfprintf function. */
165 /* Define if you have the vsnprintf function. */
166 #undef HAVE_VSNPRINTF
168 /* Define if you have the <cast.h> header file. */
171 /* Define if you have the <fcntl.h> header file. */
174 /* Define if you have the <netdnet/dnetdb.h> header file. */
175 #undef HAVE_NETDNET_DNETDB_H
177 /* Define if you have the <netinet/if_ether.h> header file. */
178 #undef HAVE_NETINET_IF_ETHER_H
180 /* Define if you have the <rc5.h> header file. */
183 /* Define if you have the <rpc/rpcent.h> header file. */
184 #undef HAVE_RPC_RPCENT_H
186 /* Define if you have the <smi.h> header file. */
189 /* Define if you have the crypto library (-lcrypto). */
190 #undef HAVE_LIBCRYPTO
192 /* Define if you have the rpc library (-lrpc). */
195 /* Define if you have the smi library (-lsmi). */
198 /* define if your compiler has __attribute__ */
199 #undef HAVE___ATTRIBUTE__