xref: /aosp_15_r20/external/grpc-grpc/third_party/cares/config_linux/ares_config.h (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
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 6
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 #define HAVE_CLOCK_GETTIME_MONOTONIC 1
71 
72 /* Define to 1 if you have the closesocket function. */
73 /* #undef 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 #define 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 #define 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 #define 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 /* #undef 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 #define HAVE_GETSERVBYPORT_R
125 
126 /* Define to 1 if you have the `gettimeofday' function. */
127 #define HAVE_GETTIMEOFDAY
128 
129 /* Define to 1 if you have the `if_indextoname' function. */
130 #define 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 #define HAVE_INET_NTOP
137 
138 /* Define to 1 if you have a IPv6 capable working inet_pton function. */
139 #define 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 #define HAVE_IOCTL
146 
147 /* Define to 1 if you have the ioctlsocket function. */
148 /* #undef 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 /* #undef HAVE_IOCTLSOCKET_FIONBIO */
159 
160 /* Define to 1 if you have a working ioctl FIONBIO function. */
161 #define HAVE_IOCTL_FIONBIO
162 
163 /* Define to 1 if you have a working ioctl SIOCGIFADDR function. */
164 #define 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 #define HAVE_MSG_NOSIGNAL
186 
187 /* Define to 1 if you have the <netdb.h> header file. */
188 #define HAVE_NETDB_H
189 
190 /* Define to 1 if you have the <netinet/in.h> header file. */
191 #define HAVE_NETINET_IN_H
192 
193 /* Define to 1 if you have the <netinet/tcp.h> header file. */
194 #define HAVE_NETINET_TCP_H
195 
196 /* Define to 1 if you have the <net/if.h> header file. */
197 #define 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 #define HAVE_STRCASECMP
246 
247 /* Define to 1 if you have the strcmpi function. */
248 /* #undef 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 /* #undef HAVE_STRICMP */
255 
256 /* Define to 1 if you have the <strings.h> header file. */
257 #define 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 #define 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 /* #undef HAVE_STRNICMP */
270 
271 /* Define to 1 if you have the <stropts.h> header file. */
272 #define 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 #define HAVE_SYS_IOCTL_H
291 
292 /* Define to 1 if you have the <sys/param.h> header file. */
293 #define HAVE_SYS_PARAM_H
294 
295 /* Define to 1 if you have the <sys/select.h> header file. */
296 #define HAVE_SYS_SELECT_H
297 
298 /* Define to 1 if you have the <sys/socket.h> header file. */
299 #define 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 #define 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 #define 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 #define HAVE_UNISTD_H
318 
319 /* Define to 1 if you have the windows.h header file. */
320 /* #undef HAVE_WINDOWS_H */
321 
322 /* Define to 1 if you have the winsock2.h header file. */
323 /* #undef HAVE_WINSOCK2_H */
324 
325 /* Define to 1 if you have the winsock.h header file. */
326 /* #undef HAVE_WINSOCK_H */
327 
328 /* Define to 1 if you have the writev function. */
329 #define HAVE_WRITEV
330 
331 /* Define to 1 if you have the ws2tcpip.h header file. */
332 /* #undef HAVE_WS2TCPIP_H */
333 
334 /* Define if __system_property_get exists. */
335 /* #undef HAVE___SYSTEM_PROPERTY_GET */
336 
337 /* Define to 1 if you need the malloc.h header file even with stdlib.h */
338 /* #undef NEED_MALLOC_H */
339 
340 /* Define to 1 if you need the memory.h header file even with stdlib.h */
341 /* #undef NEED_MEMORY_H */
342 
343 /* a suitable file/device to read random data from */
344 /* #undef RANDOM_FILE */
345 
346 /* Define to the type qualifier pointed by arg 5 for recvfrom. */
347 #define RECVFROM_QUAL_ARG5
348 
349 /* Define to the type of arg 1 for recvfrom. */
350 #define RECVFROM_TYPE_ARG1 int
351 
352 /* Define to the type pointed by arg 2 for recvfrom. */
353 #define RECVFROM_TYPE_ARG2 void *
354 
355 /* Define to 1 if the type pointed by arg 2 for recvfrom is void. */
356 #define RECVFROM_TYPE_ARG2_IS_VOID 0
357 
358 /* Define to the type of arg 3 for recvfrom. */
359 #define RECVFROM_TYPE_ARG3 size_t
360 
361 /* Define to the type of arg 4 for recvfrom. */
362 #define RECVFROM_TYPE_ARG4 int
363 
364 /* Define to the type pointed by arg 5 for recvfrom. */
365 #define RECVFROM_TYPE_ARG5 struct sockaddr *
366 
367 /* Define to 1 if the type pointed by arg 5 for recvfrom is void. */
368 #define RECVFROM_TYPE_ARG5_IS_VOID 0
369 
370 /* Define to the type pointed by arg 6 for recvfrom. */
371 #define RECVFROM_TYPE_ARG6 socklen_t *
372 
373 /* Define to 1 if the type pointed by arg 6 for recvfrom is void. */
374 #define RECVFROM_TYPE_ARG6_IS_VOID 0
375 
376 /* Define to the function return type for recvfrom. */
377 #define RECVFROM_TYPE_RETV ssize_t
378 
379 /* Define to the type of arg 1 for recv. */
380 #define RECV_TYPE_ARG1 int
381 
382 /* Define to the type of arg 2 for recv. */
383 #define RECV_TYPE_ARG2 void *
384 
385 /* Define to the type of arg 3 for recv. */
386 #define RECV_TYPE_ARG3 size_t
387 
388 /* Define to the type of arg 4 for recv. */
389 #define RECV_TYPE_ARG4 int
390 
391 /* Define to the function return type for recv. */
392 #define RECV_TYPE_RETV ssize_t
393 
394 /* Define as the return type of signal handlers (`int' or `void'). */
395 #define RETSIGTYPE
396 
397 /* Define to the type qualifier of arg 2 for send. */
398 #define SEND_QUAL_ARG2
399 
400 /* Define to the type of arg 1 for send. */
401 #define SEND_TYPE_ARG1 int
402 
403 /* Define to the type of arg 2 for send. */
404 #define SEND_TYPE_ARG2 void *
405 
406 /* Define to the type of arg 3 for send. */
407 #define SEND_TYPE_ARG3 size_t
408 
409 /* Define to the type of arg 4 for send. */
410 #define SEND_TYPE_ARG4 int
411 
412 /* Define to the function return type for send. */
413 #define SEND_TYPE_RETV ssize_t
414 
415 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
416 #define TIME_WITH_SYS_TIME
417 
418 /* Define to disable non-blocking sockets. */
419 #undef USE_BLOCKING_SOCKETS
420 
421 /* Define to avoid automatic inclusion of winsock.h */
422 #undef WIN32_LEAN_AND_MEAN
423 
424 /* Type to use in place of in_addr_t when system does not provide it. */
425 #undef in_addr_t
426