]>
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 the return type of signal handlers (int or void). */
11 /* Define if you can safely include both <sys/time.h> and <time.h>. */
12 #undef TIME_WITH_SYS_TIME
14 /* Define if you have SSLeay 0.9.0b with the buggy cast128. */
15 #undef HAVE_BUGGY_CAST128
17 /* Define if you enable IPv6 support */
20 /* Define if you enable support for the libsmi. */
23 /* define if you have struct __res_state_ext */
24 #undef HAVE_RES_STATE_EXT
26 /* define if your struct __res_state has the nsort member */
27 #undef HAVE_NEW_RES_STATE
29 /* define if you have the addrinfo function. */
32 /* define if you need to include missing/addrinfoh.h. */
33 #undef NEED_ADDRINFO_H
35 /* define ifyou have the h_errno variable. */
38 /* define if IN6ADDRSZ is defined (XXX not used!) */
41 /* define if INADDRSZ is defined (XXX not used!) */
44 /* define if this is a development version, to use additional prototypes. */
45 #undef HAVE_OS_PROTO_H
47 /* define if RES_USE_INET6 is defined */
48 #undef HAVE_RES_USE_INET6
50 /* define if struct sockaddr has the sa_len member */
51 #undef HAVE_SOCKADDR_SA_LEN
53 /* define if you have struct sockaddr_storage */
54 #undef HAVE_SOCKADDR_STORAGE
56 /* define if you have ether_ntohost() and it works */
57 #undef USE_ETHER_NTOHOST
59 /* define if libpcap has pcap_version */
60 #undef HAVE_PCAP_VERSION
62 /* define if libpcap has pcap_debug */
63 #undef HAVE_PCAP_DEBUG
65 /* define if libpcap has yydebug */
68 /* define if unaligned memory accesses fail */
71 /* The successful return value from signal (?)XXX */
74 /* Define this on IRIX */
77 /* For HP/UX ANSI compiler? */
83 /* Workaround for missing sized types */
84 /* XXX this should move to the more standard uint*_t */
92 /* Whether or not to include the possibly-buggy SMB printer */
95 /* Long story short: aclocal.m4 depends on autoconf 2.13
96 * implementation details wrt "const"; newer versions
97 * have different implementation details so for now we
98 * put "const" here. This may cause duplicate definitions
99 * in config.h but that should be OK since they're the same.
103 /* Define if you have the dnet_htoa function. */
104 #undef HAVE_DNET_HTOA
106 /* Define if you have a dnet_htoa declaration in <netdnet/dnetdb.h>. */
107 #undef HAVE_NETDNET_DNETDB_H_DNET_HTOA
109 /* The number of bytes in a char. */
112 /* The number of bytes in a int. */
115 /* The number of bytes in a long. */
118 /* The number of bytes in a short. */
121 /* Define if you have the bpf_dump function. */
124 /* Define if you have the ether_ntohost function. */
125 #undef HAVE_ETHER_NTOHOST
127 /* Define if you have the getaddrinfo function. */
128 #undef HAVE_GETADDRINFO
130 /* Define if you have the getnameinfo function. */
131 #undef HAVE_GETNAMEINFO
133 /* Define if you have the inet_aton function. */
134 #undef HAVE_INET_ATON
136 /* Define if you have the inet_ntop function. */
137 #undef HAVE_INET_NTOP
139 /* Define if you have the inet_pton function. */
140 #undef HAVE_INET_PTON
142 /* Define if you have the pcap_findalldevs function. */
143 #undef HAVE_PCAP_FINDALLDEVS
145 /* Define if you have the pfopen function. */
148 /* Define if you have the setlinebuf function. */
149 #undef HAVE_SETLINEBUF
151 /* Define if you have the sigaction function. */
152 #undef HAVE_SIGACTION
154 /* Define if you have the sigset function. */
157 /* Define if you have the snprintf function. */
160 /* Define if you have the strcasecmp function. */
161 #undef HAVE_STRCASECMP
163 /* Define if you have the strdup function. */
166 /* Define if you have the strlcat function. */
169 /* Define if you have the strlcpy function. */
172 /* Define if you have the vfprintf function. */
175 /* Define if you have the vsnprintf function. */
176 #undef HAVE_VSNPRINTF
178 /* Define if you have the <fcntl.h> header file. */
181 /* Define if you have the <netdnet/dnetdb.h> header file. */
182 #undef HAVE_NETDNET_DNETDB_H
184 /* Define if you have the <netinet/ether.h> header file. */
185 #undef HAVE_NETINET_ETHER_H
187 /* Define if you have the <netinet/if_ether.h> header file. */
188 #undef HAVE_NETINET_IF_ETHER_H
190 /* Define if you have the <openssl/cast.h> header file. */
191 #undef HAVE_OPENSSL_CAST_H
193 /* Define if you have the <openssl/rc5.h> header file. */
194 #undef HAVE_OPENSSL_RC5_H
196 /* Define if you have the <rpc/rpcent.h> header file. */
197 #undef HAVE_RPC_RPCENT_H
199 /* Define if you have the <smi.h> header file. */
202 /* Define if you have the crypto library (-lcrypto). */
203 #undef HAVE_LIBCRYPTO
205 /* Define if you have the rpc library (-lrpc). */
208 /* Define if you have the smi library (-lsmi). */
211 /* Define as token for inline if inlining supported */
214 /* define if your compiler has __attribute__ */
215 #undef HAVE___ATTRIBUTE__