Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / usr.bin / drill / config.h
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3
4 /* Define to 1 if you have the <arpa/inet.h> header file. */
5 #define HAVE_ARPA_INET_H 1
6
7 /* Define to 1 if you have the <assert.h> header file. */
8 #define HAVE_ASSERT_H 1
9
10 /* Define to 1 if you have the <ctype.h> header file. */
11 #define HAVE_CTYPE_H 1
12
13 /* Whether getaddrinfo is available */
14 #define HAVE_GETADDRINFO 1
15
16 /* Define to 1 if you have the <getopt.h> header file. */
17 #define HAVE_GETOPT_H 1
18
19 /* If you have HMAC_CTX_init */
20 #define HAVE_HMAC_CTX_INIT 1
21
22 /* Define to 1 if you have the <inttypes.h> header file. */
23 #define HAVE_INTTYPES_H 1
24
25 /* Define to 1 if you have the `isblank' function. */
26 #define HAVE_ISBLANK 1
27
28 /* Define to 1 if you have the `ldns' library (-lldns). */
29 #define HAVE_LIBLDNS 1
30
31 /* Define to 1 if you have the <memory.h> header file. */
32 #define HAVE_MEMORY_H 1
33
34 /* Define to 1 if you have the <netinet/if_ether.h> header file. */
35 #define HAVE_NETINET_IF_ETHER_H 1
36
37 /* Define to 1 if you have the <netinet/in.h> header file. */
38 #define HAVE_NETINET_IN_H 1
39
40 /* Define to 1 if you have the <netinet/in_systm.h> header file. */
41 #define HAVE_NETINET_IN_SYSTM_H 1
42
43 /* Define to 1 if you have the <netinet/ip6.h> header file. */
44 #define HAVE_NETINET_IP6_H 1
45
46 /* Define to 1 if you have the <netinet/ip.h> header file. */
47 #define HAVE_NETINET_IP_H 1
48
49 /* Define to 1 if you have the <netinet/udp.h> header file. */
50 #define HAVE_NETINET_UDP_H 1
51
52 /* Define to 1 if you have the <net/if.h> header file. */
53 #define HAVE_NET_IF_H 1
54
55 /* Define to 1 if you have the <openssl/err.h> header file. */
56 #define HAVE_OPENSSL_ERR_H 1
57
58 /* Define to 1 if you have the <openssl/rand.h> header file. */
59 #define HAVE_OPENSSL_RAND_H 1
60
61 /* Define to 1 if you have the <openssl/ssl.h> header file. */
62 #define HAVE_OPENSSL_SSL_H 1
63
64 /* Define if you have the SSL libraries installed. */
65 #define HAVE_SSL /**/
66
67 /* Define to 1 if you have the <stdint.h> header file. */
68 #define HAVE_STDINT_H 1
69
70 /* Define to 1 if you have the <stdio.h> header file. */
71 #define HAVE_STDIO_H 1
72
73 /* Define to 1 if you have the <stdlib.h> header file. */
74 #define HAVE_STDLIB_H 1
75
76 /* Define to 1 if you have the <strings.h> header file. */
77 #define HAVE_STRINGS_H 1
78
79 /* Define to 1 if you have the <string.h> header file. */
80 #define HAVE_STRING_H 1
81
82 /* Define to 1 if you have the <sys/mount.h> header file. */
83 #define HAVE_SYS_MOUNT_H 1
84
85 /* Define to 1 if you have the <sys/param.h> header file. */
86 #define HAVE_SYS_PARAM_H 1
87
88 /* Define to 1 if you have the <sys/select.h> header file. */
89 #define HAVE_SYS_SELECT_H 1
90
91 /* Define to 1 if you have the <sys/socket.h> header file. */
92 #define HAVE_SYS_SOCKET_H 1
93
94 /* Define to 1 if you have the <sys/stat.h> header file. */
95 #define HAVE_SYS_STAT_H 1
96
97 /* Define to 1 if you have the <sys/time.h> header file. */
98 #define HAVE_SYS_TIME_H 1
99
100 /* Define to 1 if you have the <sys/types.h> header file. */
101 #define HAVE_SYS_TYPES_H 1
102
103 /* Define to 1 if you have the <time.h> header file. */
104 #define HAVE_TIME_H 1
105
106 /* Define to 1 if you have the <unistd.h> header file. */
107 #define HAVE_UNISTD_H 1
108
109 /* Define to 1 if you have the <winsock2.h> header file. */
110 /* #undef HAVE_WINSOCK2_H */
111
112 /* Define to 1 if you have the <ws2tcpip.h> header file. */
113 /* #undef HAVE_WS2TCPIP_H */
114
115 /* Define to the address where bug reports for this package should be sent. */
116 #define PACKAGE_BUGREPORT "libdns@nlnetlabs.nl"
117
118 /* Define to the full name of this package. */
119 #define PACKAGE_NAME "ldns"
120
121 /* Define to the full name and version of this package. */
122 #define PACKAGE_STRING "ldns 1.6.7"
123
124 /* Define to the one symbol short name of this package. */
125 #define PACKAGE_TARNAME "libdns"
126
127 /* Define to the home page for this package. */
128 #define PACKAGE_URL ""
129
130 /* Define to the version of this package. */
131 #define PACKAGE_VERSION "1.6.7"
132
133 /* Define to 1 if you have the ANSI C header files. */
134 #define STDC_HEADERS 1
135
136 /* Enable extensions on AIX 3, Interix.  */
137 #ifndef _ALL_SOURCE
138 # define _ALL_SOURCE 1
139 #endif
140 /* Enable GNU extensions on systems that have them.  */
141 #ifndef _GNU_SOURCE
142 # define _GNU_SOURCE 1
143 #endif
144 /* Enable threading extensions on Solaris.  */
145 #ifndef _POSIX_PTHREAD_SEMANTICS
146 # define _POSIX_PTHREAD_SEMANTICS 1
147 #endif
148 /* Enable extensions on HP NonStop.  */
149 #ifndef _TANDEM_SOURCE
150 # define _TANDEM_SOURCE 1
151 #endif
152 /* Enable general extensions on Solaris.  */
153 #ifndef __EXTENSIONS__
154 # define __EXTENSIONS__ 1
155 #endif
156
157
158 /* Whether the windows socket API is used */
159 /* #undef USE_WINSOCK */
160
161 /* the version of the windows API enabled */
162 #define WINVER 0x0502
163
164 /* Define to 1 if on MINIX. */
165 /* #undef _MINIX */
166
167 /* Define to 2 if the system does not provide POSIX.1 features except with
168    this defined. */
169 /* #undef _POSIX_1_SOURCE */
170
171 /* Define to 1 if you need to in order for `stat' and other things to work. */
172 /* #undef _POSIX_SOURCE */
173
174 /* in_addr_t */
175 /* #undef in_addr_t */
176
177 /* in_port_t */
178 /* #undef in_port_t */
179
180 /* Define to `__inline__' or `__inline' if that's what the C compiler
181    calls it, or to nothing if 'inline' is not supported under any name.  */
182 #ifndef __cplusplus
183 /* #undef inline */
184 #endif
185
186 /* Define to `short' if <sys/types.h> does not define. */
187 /* #undef int16_t */
188
189 /* Define to `int' if <sys/types.h> does not define. */
190 /* #undef int32_t */
191
192 /* Define to `long long' if <sys/types.h> does not define. */
193 /* #undef int64_t */
194
195 /* Define to `char' if <sys/types.h> does not define. */
196 /* #undef int8_t */
197
198 /* Define to `unsigned int' if <sys/types.h> does not define. */
199 /* #undef size_t */
200
201 /* Define to 'int' if not defined */
202 /* #undef socklen_t */
203
204 /* Define to `int' if <sys/types.h> does not define. */
205 /* #undef ssize_t */
206
207 /* Define to `unsigned short' if <sys/types.h> does not define. */
208 /* #undef uint16_t */
209
210 /* Define to `unsigned int' if <sys/types.h> does not define. */
211 /* #undef uint32_t */
212
213 /* Define to `unsigned long long' if <sys/types.h> does not define. */
214 /* #undef uint64_t */
215
216 /* Define to `unsigned char' if <sys/types.h> does not define. */
217 /* #undef uint8_t */
218
219
220
221 #include <stdio.h>
222 #include <string.h>
223 #include <unistd.h>
224 #include <assert.h>
225
226 #if STDC_HEADERS
227 #include <stdlib.h>
228 #include <stddef.h>
229 #endif
230
231 #ifdef HAVE_STDINT_H
232 #include <stdint.h>
233 #endif
234
235 #ifdef HAVE_SYS_SOCKET_H
236 #include <sys/socket.h>
237 #endif
238
239 #ifdef HAVE_NETINET_IN_H
240 #include <netinet/in.h>
241 #endif
242
243 #ifdef HAVE_ARPA_INET_H
244 #include <arpa/inet.h>
245 #endif
246
247 #ifdef HAVE_NETINET_UDP_H
248 #include <netinet/udp.h>
249 #endif
250
251 #ifdef HAVE_TIME_H
252 #include <time.h>
253 #endif
254
255 #ifdef HAVE_NETINET_IN_SYSTM_H
256 #include <netinet/in_systm.h>
257 #endif
258
259 #ifdef HAVE_NETINET_IP_H
260 #include <netinet/ip.h>
261 #endif
262
263 #ifdef HAVE_NET_IF_H
264 #include <net/if.h>
265 #endif
266
267 #ifdef HAVE_NETINET_IF_ETHER_H
268 #include <netinet/if_ether.h>
269 #endif
270
271 #ifdef HAVE_WINSOCK2_H
272 #define USE_WINSOCK 1
273 #include <winsock2.h>
274 #endif
275
276 #ifdef HAVE_WS2TCPIP_H
277 #include <ws2tcpip.h>
278 #endif
279
280 extern char *optarg;
281 extern int optind, opterr;
282
283 #ifndef EXIT_FAILURE
284 #define EXIT_FAILURE  1
285 #endif
286 #ifndef EXIT_SUCCESS
287 #define EXIT_SUCCESS  0
288 #endif
289
290 #ifdef S_SPLINT_S
291 #define FD_ZERO(a) /* a */
292 #define FD_SET(a,b) /* a, b */
293 #endif
294