]> The Tcpdump Group git mirrors - tcpdump/blob - config.h.in
add AES and SHA2-*
[tcpdump] / 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 */
4
5 /* Define to empty if the keyword does not work. */
6 #undef const
7
8 /* Define as __inline if that's what the C compiler calls it. */
9 #undef inline
10
11 /* Define as the return type of signal handlers (int or void). */
12 #undef RETSIGTYPE
13
14 /* Define if you can safely include both <sys/time.h> and <time.h>. */
15 #undef TIME_WITH_SYS_TIME
16
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
20
21 /* Define __P() macro, if necessary */
22 #ifndef __P
23 #if __STDC__
24 #define __P(protos) protos
25 #else
26 #define __P(protos) ()
27 #endif
28 #endif
29
30 /* Define if you have SSLeay 0.9.0b with the buggy cast128. */
31 #undef HAVE_BUGGY_CAST128
32
33 /* Define both to enable IPv6 support XXX why 2? ENABLE_IPV6 is not used. */
34 #undef ENABLE_IPV6
35 #undef INET6
36
37 /* Define if you enable support for the libsmi. */
38 #undef LIBSMI
39
40 /* define if you have struct __res_state_ext */
41 #undef HAVE_RES_STATE_EXT
42
43 /* define if your struct __res_state has the nsort member */
44 #undef HAVE_NEW_RES_STATE
45
46 /* define if you have the addrinfo function. */
47 #undef HAVE_ADDRINFO
48
49 /* define if you need to include missing/addrinfoh.h. */
50 #undef NEED_ADDRINFO_H
51
52 /* define ifyou have the h_errno variable. */
53 #undef HAVE_H_ERRNO
54
55 /* define if IN6ADDRSZ is defined (XXX not used!) */
56 #undef HAVE_IN6ADDRSZ
57
58 /* define if INADDRSZ is defined (XXX not used!) */
59 #undef HAVE_INADDRSZ
60
61 /* define if you have <net/slip.h> */
62 #undef HAVE_NET_SLIP_H
63
64 /* define if this is a development version, to use additional prototypes. */
65 #undef HAVE_OS_PROTO_H
66
67 /* define if <unistd.h> defines __P() */
68 #undef HAVE_PORTABLE_PROTOTYPE
69
70 /* define if RES_USE_INET6 is defined */
71 #undef HAVE_RES_USE_INET6
72
73 /* define if struct sockaddr has the sa_len member */
74 #undef HAVE_SOCKADDR_SA_LEN
75
76 /* define if you have struct sockaddr_storage */
77 #undef HAVE_SOCKADDR_STORAGE
78
79 /* define if you have both getipnodebyname() and getipnodebyaddr() */
80 #undef USE_GETIPNODEBY
81
82 /* define if unaligned memory accesses fail */
83 #undef LBL_ALIGN
84
85 /* The successful return value from signal (?)XXX */
86 #undef RETSIGVAL
87
88 /* Define this on IRIX */
89 #undef _BSD_SIGNALS
90
91 /* For HP/UX ANSI compiler? */
92 #undef _HPUX_SOURCE
93
94 /* AIX hack. */
95 #undef _SUN
96
97 /* OSF hack: "Workaround around ip_hl vs. ip_vhl problem in netinet/ip.h" */
98 #undef __STDC__
99
100 /* Workaround for missing sized types */
101 /* XXX this should move to the more standard uint*_t */
102 #undef int16_t
103 #undef int32_t
104 #undef u_int16_t
105 #undef u_int32_t
106 #undef u_int8_t
107
108 /* The number of bytes in a char. */
109 #undef SIZEOF_CHAR
110
111 /* The number of bytes in a int. */
112 #undef SIZEOF_INT
113
114 /* The number of bytes in a long. */
115 #undef SIZEOF_LONG
116
117 /* The number of bytes in a short. */
118 #undef SIZEOF_SHORT
119
120 /* Define if you have the asnprintf function. */
121 #undef HAVE_ASNPRINTF
122
123 /* Define if you have the asprintf function. */
124 #undef HAVE_ASPRINTF
125
126 /* Define if you have the ether_ntohost function. */
127 #undef HAVE_ETHER_NTOHOST
128
129 /* Define if you have the freeaddrinfo function. */
130 #undef HAVE_FREEADDRINFO
131
132 /* Define if you have the getaddrinfo function. */
133 #undef HAVE_GETADDRINFO
134
135 /* Define if you have the getipnodebyaddr function. */
136 #undef HAVE_GETIPNODEBYADDR
137
138 /* Define if you have the getipnodebyname function. */
139 #undef HAVE_GETIPNODEBYNAME
140
141 /* Define if you have the getnameinfo function. */
142 #undef HAVE_GETNAMEINFO
143
144 /* Define if you have the inet_aton function. */
145 #undef HAVE_INET_ATON
146
147 /* Define if you have the inet_ntop function. */
148 #undef HAVE_INET_NTOP
149
150 /* Define if you have the inet_pton function. */
151 #undef HAVE_INET_PTON
152
153 /* Define if you have the pfopen function. */
154 #undef HAVE_PFOPEN
155
156 /* Define if you have the setlinebuf function. */
157 #undef HAVE_SETLINEBUF
158
159 /* Define if you have the sigaction function. */
160 #undef HAVE_SIGACTION
161
162 /* Define if you have the sigset function. */
163 #undef HAVE_SIGSET
164
165 /* Define if you have the snprintf function. */
166 #undef HAVE_SNPRINTF
167
168 /* Define if you have the strcasecmp function. */
169 #undef HAVE_STRCASECMP
170
171 /* Define if you have the strlcat function. */
172 #undef HAVE_STRLCAT
173
174 /* Define if you have the strlcpy function. */
175 #undef HAVE_STRLCPY
176
177 /* Define if you have the vasnprintf function. */
178 #undef HAVE_VASNPRINTF
179
180 /* Define if you have the vasprintf function. */
181 #undef HAVE_VASPRINTF
182
183 /* Define if you have the vfprintf function. */
184 #undef HAVE_VFPRINTF
185
186 /* Define if you have the vsnprintf function. */
187 #undef HAVE_VSNPRINTF
188
189 /* Define if you have the <cast.h> header file. */
190 #undef HAVE_CAST_H
191
192 /* Define if you have the <fcntl.h> header file. */
193 #undef HAVE_FCNTL_H
194
195 /* Define if you have the <net/slip.h> header file. */
196 #undef HAVE_NET_SLIP_H
197
198 /* Define if you have the <rc5.h> header file. */
199 #undef HAVE_RC5_H
200
201 /* Define if you have the <rpc/rpcent.h> header file. */
202 #undef HAVE_RPC_RPCENT_H
203
204 /* Define if you have the <smi.h> header file. */
205 #undef HAVE_SMI_H
206
207 /* Define if you have the crypto library (-lcrypto). */
208 #undef HAVE_LIBCRYPTO
209
210 /* Define if you have the dnet library (-ldnet). */
211 #undef HAVE_LIBDNET
212
213 /* Define if you have the nsl library (-lnsl). */
214 #undef HAVE_LIBNSL
215
216 /* Define if you have the resolv library (-lresolv). */
217 #undef HAVE_LIBRESOLV
218
219 /* Define if you have the rpc library (-lrpc). */
220 #undef HAVE_LIBRPC
221
222 /* Define if you have the smi library (-lsmi). */
223 #undef HAVE_LIBSMI
224
225 /* Define if you have the socket library (-lsocket). */
226 #undef HAVE_LIBSOCKET
227
228 /* Define if you have the str library (-lstr). */
229 #undef HAVE_LIBSTR
230
231 /* define if your compiler has __attribute__ */
232 #undef HAVE___ATTRIBUTE__
233
234 /* define if you have struct icmp6_mld */
235 #undef HAVE_STRUCT_ICMP6_MLD
236
237 /* define if you have struct mld6hdr */
238 #undef HAVE_STRUCT_MLD6_HDR
239
240 /* define if you have struct icmp6_nodeinfo */
241 #undef HAVE_STRUCT_ICMP6_NODEINFO
242