]>
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 your processor stores words with the most significant
18 byte first (like Motorola and SPARC, unlike Intel and VAX). */
19 #undef WORDS_BIGENDIAN
21 /* Define if you have SSLeay 0.9.0b with the buggy cast128. */
22 #undef HAVE_BUGGY_CAST128
24 /* Define if you enable IPv6 support */
27 /* Define if you enable support for the libsmi. */
30 /* define if you have struct __res_state_ext */
31 #undef HAVE_RES_STATE_EXT
33 /* define if your struct __res_state has the nsort member */
34 #undef HAVE_NEW_RES_STATE
36 /* define if you have the addrinfo function. */
39 /* define if you need to include missing/addrinfoh.h. */
40 #undef NEED_ADDRINFO_H
42 /* define ifyou have the h_errno variable. */
45 /* define if IN6ADDRSZ is defined (XXX not used!) */
48 /* define if INADDRSZ is defined (XXX not used!) */
51 /* define if this is a development version, to use additional prototypes. */
52 #undef HAVE_OS_PROTO_H
54 /* define if RES_USE_INET6 is defined */
55 #undef HAVE_RES_USE_INET6
57 /* define if struct sockaddr has the sa_len member */
58 #undef HAVE_SOCKADDR_SA_LEN
60 /* define if you have struct sockaddr_storage */
61 #undef HAVE_SOCKADDR_STORAGE
63 /* define if you have both getipnodebyname() and getipnodebyaddr() */
64 #undef USE_GETIPNODEBY
66 /* define if unaligned memory accesses fail */
69 /* The successful return value from signal (?)XXX */
72 /* Define this on IRIX */
75 /* For HP/UX ANSI compiler? */
81 /* Workaround for missing sized types */
82 /* XXX this should move to the more standard uint*_t */
89 /* The number of bytes in a char. */
92 /* The number of bytes in a int. */
95 /* The number of bytes in a long. */
98 /* The number of bytes in a short. */
101 /* Define if you have the asnprintf function. */
102 #undef HAVE_ASNPRINTF
104 /* Define if you have the asprintf function. */
107 /* Define if you have the ether_ntohost function. */
108 #undef HAVE_ETHER_NTOHOST
110 /* Define if you have the freeaddrinfo function. */
111 #undef HAVE_FREEADDRINFO
113 /* Define if you have the getaddrinfo function. */
114 #undef HAVE_GETADDRINFO
116 /* Define if you have the getipnodebyaddr function. */
117 #undef HAVE_GETIPNODEBYADDR
119 /* Define if you have the getipnodebyname function. */
120 #undef HAVE_GETIPNODEBYNAME
122 /* Define if you have the getnameinfo function. */
123 #undef HAVE_GETNAMEINFO
125 /* Define if you have the inet_aton function. */
126 #undef HAVE_INET_ATON
128 /* Define if you have the inet_ntop function. */
129 #undef HAVE_INET_NTOP
131 /* Define if you have the inet_pton function. */
132 #undef HAVE_INET_PTON
134 /* Define if you have the pfopen function. */
137 /* Define if you have the setlinebuf function. */
138 #undef HAVE_SETLINEBUF
140 /* Define if you have the sigaction function. */
141 #undef HAVE_SIGACTION
143 /* Define if you have the sigset function. */
146 /* Define if you have the snprintf function. */
149 /* Define if you have the strcasecmp function. */
150 #undef HAVE_STRCASECMP
152 /* Define if you have the strlcat function. */
155 /* Define if you have the strlcpy function. */
158 /* Define if you have the vasnprintf function. */
159 #undef HAVE_VASNPRINTF
161 /* Define if you have the vasprintf function. */
162 #undef HAVE_VASPRINTF
164 /* Define if you have the vfprintf function. */
167 /* Define if you have the vsnprintf function. */
168 #undef HAVE_VSNPRINTF
170 /* Define if you have the <cast.h> header file. */
173 /* Define if you have the <fcntl.h> header file. */
176 /* Define if you have the <rc5.h> header file. */
179 /* Define if you have the <rpc/rpcent.h> header file. */
180 #undef HAVE_RPC_RPCENT_H
182 /* Define if you have the <smi.h> header file. */
185 /* Define if you have the crypto library (-lcrypto). */
186 #undef HAVE_LIBCRYPTO
188 /* Define if you have the dnet library (-ldnet). */
191 /* Define if you have the nsl library (-lnsl). */
194 /* Define if you have the resolv library (-lresolv). */
195 #undef HAVE_LIBRESOLV
197 /* Define if you have the rpc library (-lrpc). */
200 /* Define if you have the smi library (-lsmi). */
203 /* Define if you have the socket library (-lsocket). */
204 #undef HAVE_LIBSOCKET
206 /* Define if you have the str library (-lstr). */
209 /* define if your compiler has __attribute__ */
210 #undef HAVE___ATTRIBUTE__