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