• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated from ares_config.h.cmake*/
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 #define GETHOSTNAME_TYPE_ARG2 int
29 
30 /* Define to the type qualifier of arg 1 for getnameinfo. */
31 #define GETNAMEINFO_QUAL_ARG1
32 
33 /* Define to the type of arg 1 for getnameinfo. */
34 #define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
35 
36 /* Define to the type of arg 2 for getnameinfo. */
37 #define GETNAMEINFO_TYPE_ARG2 socklen_t
38 
39 /* Define to the type of args 4 and 6 for getnameinfo. */
40 #define GETNAMEINFO_TYPE_ARG46 socklen_t
41 
42 /* Define to the type of arg 7 for getnameinfo. */
43 #define GETNAMEINFO_TYPE_ARG7 int
44 
45 /* Specifies the number of arguments to getservbyport_r */
46 #define GETSERVBYPORT_R_ARGS
47 
48 /* Define to 1 if you have AF_INET6. */
49 #define HAVE_AF_INET6
50 
51 /* Define to 1 if you have the <arpa/inet.h> header file. */
52 /* #undef HAVE_ARPA_INET_H */
53 
54 /* Define to 1 if you have the <arpa/nameser_compat.h> header file. */
55 /* #undef HAVE_ARPA_NAMESER_COMPAT_H */
56 
57 /* Define to 1 if you have the <arpa/nameser.h> header file. */
58 /* #undef HAVE_ARPA_NAMESER_H */
59 
60 /* Define to 1 if you have the <assert.h> header file. */
61 #define HAVE_ASSERT_H
62 
63 /* Define to 1 if you have the `bitncmp' function. */
64 /* #undef HAVE_BITNCMP */
65 
66 /* Define to 1 if bool is an available type. */
67 #define HAVE_BOOL_T
68 
69 /* Define to 1 if you have the clock_gettime function and monotonic timer. */
70 /* #undef HAVE_CLOCK_GETTIME_MONOTONIC */
71 
72 /* Define to 1 if you have the closesocket function. */
73 #define HAVE_CLOSESOCKET
74 
75 /* Define to 1 if you have the CloseSocket camel case function. */
76 /* #undef HAVE_CLOSESOCKET_CAMEL */
77 
78 /* Define to 1 if you have the connect function. */
79 #define HAVE_CONNECT
80 
81 /* define if the compiler supports basic C++11 syntax */
82 /* #undef HAVE_CXX11 */
83 
84 /* Define to 1 if you have the <dlfcn.h> header file. */
85 /* #undef HAVE_DLFCN_H */
86 
87 /* Define to 1 if you have the <errno.h> header file. */
88 #define HAVE_ERRNO_H
89 
90 /* Define to 1 if you have the fcntl function. */
91 /* #undef HAVE_FCNTL */
92 
93 /* Define to 1 if you have the <fcntl.h> header file. */
94 #define HAVE_FCNTL_H
95 
96 /* Define to 1 if you have a working fcntl O_NONBLOCK function. */
97 /* #undef HAVE_FCNTL_O_NONBLOCK */
98 
99 /* Define to 1 if you have the freeaddrinfo function. */
100 #define HAVE_FREEADDRINFO
101 
102 /* Define to 1 if you have a working getaddrinfo function. */
103 #define HAVE_GETADDRINFO
104 
105 /* Define to 1 if the getaddrinfo function is threadsafe. */
106 #define HAVE_GETADDRINFO_THREADSAFE
107 
108 /* Define to 1 if you have the getenv function. */
109 #define HAVE_GETENV
110 
111 /* Define to 1 if you have the gethostbyaddr function. */
112 #define HAVE_GETHOSTBYADDR
113 
114 /* Define to 1 if you have the gethostbyname function. */
115 #define HAVE_GETHOSTBYNAME
116 
117 /* Define to 1 if you have the gethostname function. */
118 #define HAVE_GETHOSTNAME
119 
120 /* Define to 1 if you have the getnameinfo function. */
121 #define HAVE_GETNAMEINFO
122 
123 /* Define to 1 if you have the getservbyport_r function. */
124 /* #undef HAVE_GETSERVBYPORT_R */
125 
126 /* Define to 1 if you have the `gettimeofday' function. */
127 /* #undef HAVE_GETTIMEOFDAY */
128 
129 /* Define to 1 if you have the `if_indextoname' function. */
130 /* #undef HAVE_IF_INDEXTONAME */
131 
132 /* Define to 1 if you have a IPv6 capable working inet_net_pton function. */
133 /* #undef HAVE_INET_NET_PTON */
134 
135 /* Define to 1 if you have a IPv6 capable working inet_ntop function. */
136 /* #undef HAVE_INET_NTOP */
137 
138 /* Define to 1 if you have a IPv6 capable working inet_pton function. */
139 /* #undef HAVE_INET_PTON */
140 
141 /* Define to 1 if you have the <inttypes.h> header file. */
142 #define HAVE_INTTYPES_H
143 
144 /* Define to 1 if you have the ioctl function. */
145 /* #undef HAVE_IOCTL */
146 
147 /* Define to 1 if you have the ioctlsocket function. */
148 #define HAVE_IOCTLSOCKET
149 
150 /* Define to 1 if you have the IoctlSocket camel case function. */
151 /* #undef HAVE_IOCTLSOCKET_CAMEL */
152 
153 /* Define to 1 if you have a working IoctlSocket camel case FIONBIO function.
154    */
155 /* #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO */
156 
157 /* Define to 1 if you have a working ioctlsocket FIONBIO function. */
158 #define HAVE_IOCTLSOCKET_FIONBIO
159 
160 /* Define to 1 if you have a working ioctl FIONBIO function. */
161 /* #undef HAVE_IOCTL_FIONBIO */
162 
163 /* Define to 1 if you have a working ioctl SIOCGIFADDR function. */
164 /* #undef HAVE_IOCTL_SIOCGIFADDR */
165 
166 /* Define to 1 if you have the `resolve' library (-lresolve). */
167 /* #undef HAVE_LIBRESOLV */
168 
169 /* Define to 1 if you have the <limits.h> header file. */
170 #define HAVE_LIMITS_H
171 
172 /* if your compiler supports LL */
173 #define HAVE_LL
174 
175 /* Define to 1 if the compiler supports the 'long long' data type. */
176 #define HAVE_LONGLONG
177 
178 /* Define to 1 if you have the malloc.h header file. */
179 #define HAVE_MALLOC_H
180 
181 /* Define to 1 if you have the memory.h header file. */
182 #define HAVE_MEMORY_H
183 
184 /* Define to 1 if you have the MSG_NOSIGNAL flag. */
185 /* #undef HAVE_MSG_NOSIGNAL */
186 
187 /* Define to 1 if you have the <netdb.h> header file. */
188 /* #undef HAVE_NETDB_H */
189 
190 /* Define to 1 if you have the <netinet/in.h> header file. */
191 /* #undef HAVE_NETINET_IN_H */
192 
193 /* Define to 1 if you have the <netinet/tcp.h> header file. */
194 /* #undef HAVE_NETINET_TCP_H */
195 
196 /* Define to 1 if you have the <net/if.h> header file. */
197 /* #undef HAVE_NET_IF_H */
198 
199 /* Define to 1 if you have PF_INET6. */
200 #define HAVE_PF_INET6
201 
202 /* Define to 1 if you have the recv function. */
203 #define HAVE_RECV
204 
205 /* Define to 1 if you have the recvfrom function. */
206 #define HAVE_RECVFROM
207 
208 /* Define to 1 if you have the send function. */
209 #define HAVE_SEND
210 
211 /* Define to 1 if you have the setsockopt function. */
212 #define HAVE_SETSOCKOPT
213 
214 /* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
215 /* #undef HAVE_SETSOCKOPT_SO_NONBLOCK */
216 
217 /* Define to 1 if you have the <signal.h> header file. */
218 #define HAVE_SIGNAL_H
219 
220 /* Define to 1 if sig_atomic_t is an available typedef. */
221 #define HAVE_SIG_ATOMIC_T
222 
223 /* Define to 1 if sig_atomic_t is already defined as volatile. */
224 /* #undef HAVE_SIG_ATOMIC_T_VOLATILE */
225 
226 /* Define to 1 if your struct sockaddr_in6 has sin6_scope_id. */
227 #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID
228 
229 /* Define to 1 if you have the socket function. */
230 #define HAVE_SOCKET
231 
232 /* Define to 1 if you have the <socket.h> header file. */
233 /* #undef HAVE_SOCKET_H */
234 
235 /* Define to 1 if you have the <stdbool.h> header file. */
236 #define HAVE_STDBOOL_H
237 
238 /* Define to 1 if you have the <stdint.h> header file. */
239 #define HAVE_STDINT_H
240 
241 /* Define to 1 if you have the <stdlib.h> header file. */
242 #define HAVE_STDLIB_H
243 
244 /* Define to 1 if you have the strcasecmp function. */
245 /* #undef HAVE_STRCASECMP */
246 
247 /* Define to 1 if you have the strcmpi function. */
248 #define HAVE_STRCMPI
249 
250 /* Define to 1 if you have the strdup function. */
251 #define HAVE_STRDUP
252 
253 /* Define to 1 if you have the stricmp function. */
254 #define HAVE_STRICMP
255 
256 /* Define to 1 if you have the <strings.h> header file. */
257 /* #undef HAVE_STRINGS_H */
258 
259 /* Define to 1 if you have the <string.h> header file. */
260 #define HAVE_STRING_H
261 
262 /* Define to 1 if you have the strncasecmp function. */
263 /* #undef HAVE_STRNCASECMP */
264 
265 /* Define to 1 if you have the strncmpi function. */
266 /* #undef HAVE_STRNCMPI */
267 
268 /* Define to 1 if you have the strnicmp function. */
269 #define HAVE_STRNICMP
270 
271 /* Define to 1 if you have the <stropts.h> header file. */
272 /* #undef HAVE_STROPTS_H */
273 
274 /* Define to 1 if you have struct addrinfo. */
275 #define HAVE_STRUCT_ADDRINFO
276 
277 /* Define to 1 if you have struct in6_addr. */
278 #define HAVE_STRUCT_IN6_ADDR
279 
280 /* Define to 1 if you have struct sockaddr_in6. */
281 #define HAVE_STRUCT_SOCKADDR_IN6
282 
283 /* if struct sockaddr_storage is defined */
284 #define HAVE_STRUCT_SOCKADDR_STORAGE
285 
286 /* Define to 1 if you have the timeval struct. */
287 #define HAVE_STRUCT_TIMEVAL
288 
289 /* Define to 1 if you have the <sys/ioctl.h> header file. */
290 /* #undef HAVE_SYS_IOCTL_H */
291 
292 /* Define to 1 if you have the <sys/param.h> header file. */
293 /* #undef HAVE_SYS_PARAM_H */
294 
295 /* Define to 1 if you have the <sys/select.h> header file. */
296 /* #undef HAVE_SYS_SELECT_H */
297 
298 /* Define to 1 if you have the <sys/socket.h> header file. */
299 /* #undef HAVE_SYS_SOCKET_H */
300 
301 /* Define to 1 if you have the <sys/stat.h> header file. */
302 #define HAVE_SYS_STAT_H
303 
304 /* Define to 1 if you have the <sys/time.h> header file. */
305 /* #undef HAVE_SYS_TIME_H */
306 
307 /* Define to 1 if you have the <sys/types.h> header file. */
308 #define HAVE_SYS_TYPES_H
309 
310 /* Define to 1 if you have the <sys/uio.h> header file. */
311 /* #undef HAVE_SYS_UIO_H */
312 
313 /* Define to 1 if you have the <time.h> header file. */
314 #define HAVE_TIME_H
315 
316 /* Define to 1 if you have the <unistd.h> header file. */
317 /* #undef HAVE_UNISTD_H */
318 
319 /* Define to 1 if you have the windows.h header file. */
320 #define HAVE_WINDOWS_H
321 
322 /* Define to 1 if you have the winsock2.h header file. */
323 #define HAVE_WINSOCK2_H
324 
325 /* Define to 1 if you have the winsock.h header file. */
326 #define HAVE_WINSOCK_H
327 
328 /* Define to 1 if you have the writev function. */
329 /* #undef HAVE_WRITEV */
330 
331 /* Define to 1 if you have the ws2tcpip.h header file. */
332 #define HAVE_WS2TCPIP_H
333 
334 /* Define to 1 if you need the malloc.h header file even with stdlib.h */
335 /* #undef NEED_MALLOC_H */
336 
337 /* Define to 1 if you need the memory.h header file even with stdlib.h */
338 /* #undef NEED_MEMORY_H */
339 
340 /* a suitable file/device to read random data from */
341 /* #undef RANDOM_FILE */
342 
343 /* Define to the type qualifier pointed by arg 5 for recvfrom. */
344 #define RECVFROM_QUAL_ARG5
345 
346 /* Define to the type of arg 1 for recvfrom. */
347 #define RECVFROM_TYPE_ARG1 SOCKET
348 
349 /* Define to the type pointed by arg 2 for recvfrom. */
350 #define RECVFROM_TYPE_ARG2 void *
351 
352 /* Define to 1 if the type pointed by arg 2 for recvfrom is void. */
353 #define RECVFROM_TYPE_ARG2_IS_VOID 0
354 
355 /* Define to the type of arg 3 for recvfrom. */
356 #define RECVFROM_TYPE_ARG3 int
357 
358 /* Define to the type of arg 4 for recvfrom. */
359 #define RECVFROM_TYPE_ARG4 int
360 
361 /* Define to the type pointed by arg 5 for recvfrom. */
362 #define RECVFROM_TYPE_ARG5 struct sockaddr *
363 
364 /* Define to 1 if the type pointed by arg 5 for recvfrom is void. */
365 #define RECVFROM_TYPE_ARG5_IS_VOID 0
366 
367 /* Define to the type pointed by arg 6 for recvfrom. */
368 #define RECVFROM_TYPE_ARG6 socklen_t *
369 
370 /* Define to 1 if the type pointed by arg 6 for recvfrom is void. */
371 #define RECVFROM_TYPE_ARG6_IS_VOID 0
372 
373 /* Define to the function return type for recvfrom. */
374 #define RECVFROM_TYPE_RETV int
375 
376 /* Define to the type of arg 1 for recv. */
377 #define RECV_TYPE_ARG1 SOCKET
378 
379 /* Define to the type of arg 2 for recv. */
380 #define RECV_TYPE_ARG2 void *
381 
382 /* Define to the type of arg 3 for recv. */
383 #define RECV_TYPE_ARG3 int
384 
385 /* Define to the type of arg 4 for recv. */
386 #define RECV_TYPE_ARG4 int
387 
388 /* Define to the function return type for recv. */
389 #define RECV_TYPE_RETV int
390 
391 /* Define as the return type of signal handlers (`int' or `void'). */
392 #define RETSIGTYPE
393 
394 /* Define to the type qualifier of arg 2 for send. */
395 #define SEND_QUAL_ARG2
396 
397 /* Define to the type of arg 1 for send. */
398 #define SEND_TYPE_ARG1 SOCKET
399 
400 /* Define to the type of arg 2 for send. */
401 #define SEND_TYPE_ARG2 void *
402 
403 /* Define to the type of arg 3 for send. */
404 #define SEND_TYPE_ARG3 int
405 
406 /* Define to the type of arg 4 for send. */
407 #define SEND_TYPE_ARG4 int
408 
409 /* Define to the function return type for send. */
410 #define SEND_TYPE_RETV int
411 
412 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
413 /* #undef TIME_WITH_SYS_TIME */
414 
415 /* Define to disable non-blocking sockets. */
416 #undef USE_BLOCKING_SOCKETS
417 
418 /* Define to avoid automatic inclusion of winsock.h */
419 #undef WIN32_LEAN_AND_MEAN
420 
421 /* Type to use in place of in_addr_t when system does not provide it. */
422 #undef in_addr_t
423 
424