Revert "Imported Upstream version 1.17.1"
[platform/upstream/c-ares.git] / ares_config.h.in
1 /* ares_config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* define this if ares is built for a big endian system */
7 #undef ARES_BIG_ENDIAN
8
9 /* when building as static part of libcurl */
10 #undef BUILDING_LIBCURL
11
12 /* Defined for build that exposes internal static functions for testing. */
13 #undef CARES_EXPOSE_STATICS
14
15 /* Defined for build with symbol hiding. */
16 #undef CARES_SYMBOL_HIDING
17
18 /* Definition to make a library symbol externally visible. */
19 #undef CARES_SYMBOL_SCOPE_EXTERN
20
21 /* Use resolver library to configure cares */
22 #undef CARES_USE_LIBRESOLV
23
24 /* if a /etc/inet dir is being used */
25 #undef ETC_INET
26
27 /* Define to the type of arg 2 for gethostname. */
28 #undef GETHOSTNAME_TYPE_ARG2
29
30 /* Define to the type qualifier of arg 1 for getnameinfo. */
31 #undef GETNAMEINFO_QUAL_ARG1
32
33 /* Define to the type of arg 1 for getnameinfo. */
34 #undef GETNAMEINFO_TYPE_ARG1
35
36 /* Define to the type of arg 2 for getnameinfo. */
37 #undef GETNAMEINFO_TYPE_ARG2
38
39 /* Define to the type of args 4 and 6 for getnameinfo. */
40 #undef GETNAMEINFO_TYPE_ARG46
41
42 /* Define to the type of arg 7 for getnameinfo. */
43 #undef GETNAMEINFO_TYPE_ARG7
44
45 /* Specifies the number of arguments to getservbyport_r */
46 #undef GETSERVBYPORT_R_ARGS
47
48 /* Specifies the size of the buffer to pass to getservbyport_r */
49 #undef GETSERVBYPORT_R_BUFSIZE
50
51 /* Define to 1 if you have AF_INET6. */
52 #undef HAVE_AF_INET6
53
54 /* Define to 1 if you have the <arpa/inet.h> header file. */
55 #undef HAVE_ARPA_INET_H
56
57 /* Define to 1 if you have the <arpa/nameser_compat.h> header file. */
58 #undef HAVE_ARPA_NAMESER_COMPAT_H
59
60 /* Define to 1 if you have the <arpa/nameser.h> header file. */
61 #undef HAVE_ARPA_NAMESER_H
62
63 /* Define to 1 if you have the <assert.h> header file. */
64 #undef HAVE_ASSERT_H
65
66 /* Define to 1 if you have the `bitncmp' function. */
67 #undef HAVE_BITNCMP
68
69 /* Define to 1 if bool is an available type. */
70 #undef HAVE_BOOL_T
71
72 /* Define to 1 if you have the clock_gettime function and monotonic timer. */
73 #undef HAVE_CLOCK_GETTIME_MONOTONIC
74
75 /* Define to 1 if you have the closesocket function. */
76 #undef HAVE_CLOSESOCKET
77
78 /* Define to 1 if you have the CloseSocket camel case function. */
79 #undef HAVE_CLOSESOCKET_CAMEL
80
81 /* Define to 1 if you have the connect function. */
82 #undef HAVE_CONNECT
83
84 /* define if the compiler supports basic C++11 syntax */
85 #undef HAVE_CXX11
86
87 /* Define to 1 if you have the <dlfcn.h> header file. */
88 #undef HAVE_DLFCN_H
89
90 /* Define to 1 if you have the <errno.h> header file. */
91 #undef HAVE_ERRNO_H
92
93 /* Define to 1 if you have the fcntl function. */
94 #undef HAVE_FCNTL
95
96 /* Define to 1 if you have the <fcntl.h> header file. */
97 #undef HAVE_FCNTL_H
98
99 /* Define to 1 if you have a working fcntl O_NONBLOCK function. */
100 #undef HAVE_FCNTL_O_NONBLOCK
101
102 /* Define to 1 if you have the freeaddrinfo function. */
103 #undef HAVE_FREEADDRINFO
104
105 /* Define to 1 if you have a working getaddrinfo function. */
106 #undef HAVE_GETADDRINFO
107
108 /* Define to 1 if the getaddrinfo function is threadsafe. */
109 #undef HAVE_GETADDRINFO_THREADSAFE
110
111 /* Define to 1 if you have the getenv function. */
112 #undef HAVE_GETENV
113
114 /* Define to 1 if you have the gethostbyaddr function. */
115 #undef HAVE_GETHOSTBYADDR
116
117 /* Define to 1 if you have the gethostbyname function. */
118 #undef HAVE_GETHOSTBYNAME
119
120 /* Define to 1 if you have the gethostname function. */
121 #undef HAVE_GETHOSTNAME
122
123 /* Define to 1 if you have the getnameinfo function. */
124 #undef HAVE_GETNAMEINFO
125
126 /* Define to 1 if you have the getservbyport_r function. */
127 #undef HAVE_GETSERVBYPORT_R
128
129 /* Define to 1 if you have the `gettimeofday' function. */
130 #undef HAVE_GETTIMEOFDAY
131
132 /* Define to 1 if you have the `if_indextoname' function. */
133 #undef HAVE_IF_INDEXTONAME
134
135 /* Define to 1 if you have a IPv6 capable working inet_net_pton function. */
136 #undef HAVE_INET_NET_PTON
137
138 /* Define to 1 if you have a IPv6 capable working inet_ntop function. */
139 #undef HAVE_INET_NTOP
140
141 /* Define to 1 if you have a IPv6 capable working inet_pton function. */
142 #undef HAVE_INET_PTON
143
144 /* Define to 1 if you have the <inttypes.h> header file. */
145 #undef HAVE_INTTYPES_H
146
147 /* Define to 1 if you have the ioctl function. */
148 #undef HAVE_IOCTL
149
150 /* Define to 1 if you have the ioctlsocket function. */
151 #undef HAVE_IOCTLSOCKET
152
153 /* Define to 1 if you have the IoctlSocket camel case function. */
154 #undef HAVE_IOCTLSOCKET_CAMEL
155
156 /* Define to 1 if you have a working IoctlSocket camel case FIONBIO function.
157    */
158 #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO
159
160 /* Define to 1 if you have a working ioctlsocket FIONBIO function. */
161 #undef HAVE_IOCTLSOCKET_FIONBIO
162
163 /* Define to 1 if you have a working ioctl FIONBIO function. */
164 #undef HAVE_IOCTL_FIONBIO
165
166 /* Define to 1 if you have a working ioctl SIOCGIFADDR function. */
167 #undef HAVE_IOCTL_SIOCGIFADDR
168
169 /* Define to 1 if you have the `resolve' library (-lresolve). */
170 #undef HAVE_LIBRESOLVE
171
172 /* Define to 1 if you have the <limits.h> header file. */
173 #undef HAVE_LIMITS_H
174
175 /* if your compiler supports LL */
176 #undef HAVE_LL
177
178 /* Define to 1 if the compiler supports the 'long long' data type. */
179 #undef HAVE_LONGLONG
180
181 /* Define to 1 if you have the malloc.h header file. */
182 #undef HAVE_MALLOC_H
183
184 /* Define to 1 if you have the memory.h header file. */
185 #undef HAVE_MEMORY_H
186
187 /* Define to 1 if you have the MSG_NOSIGNAL flag. */
188 #undef HAVE_MSG_NOSIGNAL
189
190 /* Define to 1 if you have the <netdb.h> header file. */
191 #undef HAVE_NETDB_H
192
193 /* Define to 1 if you have the <netinet/in.h> header file. */
194 #undef HAVE_NETINET_IN_H
195
196 /* Define to 1 if you have the <netinet/tcp.h> header file. */
197 #undef HAVE_NETINET_TCP_H
198
199 /* Define to 1 if you have the <net/if.h> header file. */
200 #undef HAVE_NET_IF_H
201
202 /* Define to 1 if you have PF_INET6. */
203 #undef HAVE_PF_INET6
204
205 /* Define to 1 if you have the recv function. */
206 #undef HAVE_RECV
207
208 /* Define to 1 if you have the recvfrom function. */
209 #undef HAVE_RECVFROM
210
211 /* Define to 1 if you have the send function. */
212 #undef HAVE_SEND
213
214 /* Define to 1 if you have the setsockopt function. */
215 #undef HAVE_SETSOCKOPT
216
217 /* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
218 #undef HAVE_SETSOCKOPT_SO_NONBLOCK
219
220 /* Define to 1 if you have the <signal.h> header file. */
221 #undef HAVE_SIGNAL_H
222
223 /* Define to 1 if sig_atomic_t is an available typedef. */
224 #undef HAVE_SIG_ATOMIC_T
225
226 /* Define to 1 if sig_atomic_t is already defined as volatile. */
227 #undef HAVE_SIG_ATOMIC_T_VOLATILE
228
229 /* Define to 1 if your struct sockaddr_in6 has sin6_scope_id. */
230 #undef HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID
231
232 /* Define to 1 if you have the socket function. */
233 #undef HAVE_SOCKET
234
235 /* Define to 1 if you have the <socket.h> header file. */
236 #undef HAVE_SOCKET_H
237
238 /* Define to 1 if you have the <stdbool.h> header file. */
239 #undef HAVE_STDBOOL_H
240
241 /* Define to 1 if you have the <stdint.h> header file. */
242 #undef HAVE_STDINT_H
243
244 /* Define to 1 if you have the <stdlib.h> header file. */
245 #undef HAVE_STDLIB_H
246
247 /* Define to 1 if you have the strcasecmp function. */
248 #undef HAVE_STRCASECMP
249
250 /* Define to 1 if you have the strcmpi function. */
251 #undef HAVE_STRCMPI
252
253 /* Define to 1 if you have the strdup function. */
254 #undef HAVE_STRDUP
255
256 /* Define to 1 if you have the stricmp function. */
257 #undef HAVE_STRICMP
258
259 /* Define to 1 if you have the <strings.h> header file. */
260 #undef HAVE_STRINGS_H
261
262 /* Define to 1 if you have the <string.h> header file. */
263 #undef HAVE_STRING_H
264
265 /* Define to 1 if you have the strncasecmp function. */
266 #undef HAVE_STRNCASECMP
267
268 /* Define to 1 if you have the strncmpi function. */
269 #undef HAVE_STRNCMPI
270
271 /* Define to 1 if you have the strnicmp function. */
272 #undef HAVE_STRNICMP
273
274 /* Define to 1 if you have the <stropts.h> header file. */
275 #undef HAVE_STROPTS_H
276
277 /* Define to 1 if you have struct addrinfo. */
278 #undef HAVE_STRUCT_ADDRINFO
279
280 /* Define to 1 if you have struct in6_addr. */
281 #undef HAVE_STRUCT_IN6_ADDR
282
283 /* Define to 1 if you have struct sockaddr_in6. */
284 #undef HAVE_STRUCT_SOCKADDR_IN6
285
286 /* if struct sockaddr_storage is defined */
287 #undef HAVE_STRUCT_SOCKADDR_STORAGE
288
289 /* Define to 1 if you have the timeval struct. */
290 #undef HAVE_STRUCT_TIMEVAL
291
292 /* Define to 1 if you have the <sys/ioctl.h> header file. */
293 #undef HAVE_SYS_IOCTL_H
294
295 /* Define to 1 if you have the <sys/param.h> header file. */
296 #undef HAVE_SYS_PARAM_H
297
298 /* Define to 1 if you have the <sys/select.h> header file. */
299 #undef HAVE_SYS_SELECT_H
300
301 /* Define to 1 if you have the <sys/socket.h> header file. */
302 #undef HAVE_SYS_SOCKET_H
303
304 /* Define to 1 if you have the <sys/stat.h> header file. */
305 #undef HAVE_SYS_STAT_H
306
307 /* Define to 1 if you have the <sys/time.h> header file. */
308 #undef HAVE_SYS_TIME_H
309
310 /* Define to 1 if you have the <sys/types.h> header file. */
311 #undef HAVE_SYS_TYPES_H
312
313 /* Define to 1 if you have the <sys/uio.h> header file. */
314 #undef HAVE_SYS_UIO_H
315
316 /* Define to 1 if you have the <time.h> header file. */
317 #undef HAVE_TIME_H
318
319 /* Define to 1 if you have the <unistd.h> header file. */
320 #undef HAVE_UNISTD_H
321
322 /* Define to 1 if you have the windows.h header file. */
323 #undef HAVE_WINDOWS_H
324
325 /* Define to 1 if you have the winsock2.h header file. */
326 #undef HAVE_WINSOCK2_H
327
328 /* Define to 1 if you have the winsock.h header file. */
329 #undef HAVE_WINSOCK_H
330
331 /* Define to 1 if you have the writev function. */
332 #undef HAVE_WRITEV
333
334 /* Define to 1 if you have the ws2tcpip.h header file. */
335 #undef HAVE_WS2TCPIP_H
336
337 /* Define to the sub-directory where libtool stores uninstalled libraries. */
338 #undef LT_OBJDIR
339
340 /* Define to 1 if you need the malloc.h header file even with stdlib.h */
341 #undef NEED_MALLOC_H
342
343 /* Define to 1 if you need the memory.h header file even with stdlib.h */
344 #undef NEED_MEMORY_H
345
346 /* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
347 #undef NEED_REENTRANT
348
349 /* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */
350 #undef NEED_THREAD_SAFE
351
352 /* cpu-machine-OS */
353 #undef OS
354
355 /* Name of package */
356 #undef PACKAGE
357
358 /* Define to the address where bug reports for this package should be sent. */
359 #undef PACKAGE_BUGREPORT
360
361 /* Define to the full name of this package. */
362 #undef PACKAGE_NAME
363
364 /* Define to the full name and version of this package. */
365 #undef PACKAGE_STRING
366
367 /* Define to the one symbol short name of this package. */
368 #undef PACKAGE_TARNAME
369
370 /* Define to the home page for this package. */
371 #undef PACKAGE_URL
372
373 /* Define to the version of this package. */
374 #undef PACKAGE_VERSION
375
376 /* a suitable file/device to read random data from */
377 #undef RANDOM_FILE
378
379 /* Define to the type qualifier pointed by arg 5 for recvfrom. */
380 #undef RECVFROM_QUAL_ARG5
381
382 /* Define to the type of arg 1 for recvfrom. */
383 #undef RECVFROM_TYPE_ARG1
384
385 /* Define to the type pointed by arg 2 for recvfrom. */
386 #undef RECVFROM_TYPE_ARG2
387
388 /* Define to 1 if the type pointed by arg 2 for recvfrom is void. */
389 #undef RECVFROM_TYPE_ARG2_IS_VOID
390
391 /* Define to the type of arg 3 for recvfrom. */
392 #undef RECVFROM_TYPE_ARG3
393
394 /* Define to the type of arg 4 for recvfrom. */
395 #undef RECVFROM_TYPE_ARG4
396
397 /* Define to the type pointed by arg 5 for recvfrom. */
398 #undef RECVFROM_TYPE_ARG5
399
400 /* Define to 1 if the type pointed by arg 5 for recvfrom is void. */
401 #undef RECVFROM_TYPE_ARG5_IS_VOID
402
403 /* Define to the type pointed by arg 6 for recvfrom. */
404 #undef RECVFROM_TYPE_ARG6
405
406 /* Define to 1 if the type pointed by arg 6 for recvfrom is void. */
407 #undef RECVFROM_TYPE_ARG6_IS_VOID
408
409 /* Define to the function return type for recvfrom. */
410 #undef RECVFROM_TYPE_RETV
411
412 /* Define to the type of arg 1 for recv. */
413 #undef RECV_TYPE_ARG1
414
415 /* Define to the type of arg 2 for recv. */
416 #undef RECV_TYPE_ARG2
417
418 /* Define to the type of arg 3 for recv. */
419 #undef RECV_TYPE_ARG3
420
421 /* Define to the type of arg 4 for recv. */
422 #undef RECV_TYPE_ARG4
423
424 /* Define to the function return type for recv. */
425 #undef RECV_TYPE_RETV
426
427 /* Define as the return type of signal handlers (`int' or `void'). */
428 #undef RETSIGTYPE
429
430 /* Define to the type qualifier of arg 2 for send. */
431 #undef SEND_QUAL_ARG2
432
433 /* Define to the type of arg 1 for send. */
434 #undef SEND_TYPE_ARG1
435
436 /* Define to the type of arg 2 for send. */
437 #undef SEND_TYPE_ARG2
438
439 /* Define to the type of arg 3 for send. */
440 #undef SEND_TYPE_ARG3
441
442 /* Define to the type of arg 4 for send. */
443 #undef SEND_TYPE_ARG4
444
445 /* Define to the function return type for send. */
446 #undef SEND_TYPE_RETV
447
448 /* Define to 1 if you have the ANSI C header files. */
449 #undef STDC_HEADERS
450
451 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
452 #undef TIME_WITH_SYS_TIME
453
454 /* Define to disable non-blocking sockets. */
455 #undef USE_BLOCKING_SOCKETS
456
457 /* Version number of package */
458 #undef VERSION
459
460 /* Define to avoid automatic inclusion of winsock.h */
461 #undef WIN32_LEAN_AND_MEAN
462
463 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
464    significant byte first (like Motorola and SPARC, unlike Intel). */
465 #if defined AC_APPLE_UNIVERSAL_BUILD
466 # if defined __BIG_ENDIAN__
467 #  define WORDS_BIGENDIAN 1
468 # endif
469 #else
470 # ifndef WORDS_BIGENDIAN
471 #  undef WORDS_BIGENDIAN
472 # endif
473 #endif
474
475 /* Define to 1 if OS is AIX. */
476 #ifndef _ALL_SOURCE
477 #  undef _ALL_SOURCE
478 #endif
479
480 /* Enable large inode numbers on Mac OS X 10.5.  */
481 #ifndef _DARWIN_USE_64_BIT_INODE
482 # define _DARWIN_USE_64_BIT_INODE 1
483 #endif
484
485 /* Number of bits in a file offset, on hosts where this is settable. */
486 #undef _FILE_OFFSET_BITS
487
488 /* Define for large files, on AIX-style hosts. */
489 #undef _LARGE_FILES
490
491 /* Define to empty if `const' does not conform to ANSI C. */
492 #undef const
493
494 /* Type to use in place of in_addr_t when system does not provide it. */
495 #undef in_addr_t
496
497 /* Define to `unsigned int' if <sys/types.h> does not define. */
498 #undef size_t
499
500 /* the signed version of size_t */
501 #undef ssize_t