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