11cb0ef41Sopenharmony_ci/* src/lib/ares_config.h.  Generated from ares_config.h.in by configure.  */
21cb0ef41Sopenharmony_ci/* src/lib/ares_config.h.in.  Generated from configure.ac by autoheader.  */
31cb0ef41Sopenharmony_ci
41cb0ef41Sopenharmony_ci/* a suitable file/device to read random data from */
51cb0ef41Sopenharmony_ci#define CARES_RANDOM_FILE "/dev/urandom"
61cb0ef41Sopenharmony_ci
71cb0ef41Sopenharmony_ci/* Set to 1 if non-pubilc shared library symbols are hidden */
81cb0ef41Sopenharmony_ci#define CARES_SYMBOL_HIDING 1
91cb0ef41Sopenharmony_ci
101cb0ef41Sopenharmony_ci/* Threading enabled */
111cb0ef41Sopenharmony_ci#define CARES_THREADS 1
121cb0ef41Sopenharmony_ci
131cb0ef41Sopenharmony_ci/* the signed version of size_t */
141cb0ef41Sopenharmony_ci#define CARES_TYPEOF_ARES_SSIZE_T ssize_t
151cb0ef41Sopenharmony_ci
161cb0ef41Sopenharmony_ci/* Use resolver library to configure cares */
171cb0ef41Sopenharmony_ci/* #undef CARES_USE_LIBRESOLV */
181cb0ef41Sopenharmony_ci
191cb0ef41Sopenharmony_ci/* if a /etc/inet dir is being used */
201cb0ef41Sopenharmony_ci/* #undef ETC_INET */
211cb0ef41Sopenharmony_ci
221cb0ef41Sopenharmony_ci/* gethostname() arg2 type */
231cb0ef41Sopenharmony_ci#define GETHOSTNAME_TYPE_ARG2 size_t
241cb0ef41Sopenharmony_ci
251cb0ef41Sopenharmony_ci/* getnameinfo() arg1 type */
261cb0ef41Sopenharmony_ci#define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
271cb0ef41Sopenharmony_ci
281cb0ef41Sopenharmony_ci/* getnameinfo() arg2 type */
291cb0ef41Sopenharmony_ci#define GETNAMEINFO_TYPE_ARG2 socklen_t
301cb0ef41Sopenharmony_ci
311cb0ef41Sopenharmony_ci/* getnameinfo() arg4 and 6 type */
321cb0ef41Sopenharmony_ci#define GETNAMEINFO_TYPE_ARG46 socklen_t
331cb0ef41Sopenharmony_ci
341cb0ef41Sopenharmony_ci/* getnameinfo() arg7 type */
351cb0ef41Sopenharmony_ci#define GETNAMEINFO_TYPE_ARG7 int
361cb0ef41Sopenharmony_ci
371cb0ef41Sopenharmony_ci/* number of arguments for getservbyname_r() */
381cb0ef41Sopenharmony_ci/* #undef GETSERVBYNAME_R_ARGS */
391cb0ef41Sopenharmony_ci
401cb0ef41Sopenharmony_ci/* number of arguments for getservbyport_r() */
411cb0ef41Sopenharmony_ci#define GETSERVBYPORT_R_ARGS 4
421cb0ef41Sopenharmony_ci
431cb0ef41Sopenharmony_ci/* Define to 1 if you have AF_INET6 */
441cb0ef41Sopenharmony_ci#define HAVE_AF_INET6 1
451cb0ef41Sopenharmony_ci
461cb0ef41Sopenharmony_ci/* Define to 1 if you have `arc4random_buf` */
471cb0ef41Sopenharmony_ci#define HAVE_ARC4RANDOM_BUF 1
481cb0ef41Sopenharmony_ci
491cb0ef41Sopenharmony_ci/* Define to 1 if you have the <arpa/inet.h> header file. */
501cb0ef41Sopenharmony_ci#define HAVE_ARPA_INET_H 1
511cb0ef41Sopenharmony_ci
521cb0ef41Sopenharmony_ci/* Define to 1 if you have the <arpa/nameser_compat.h> header file. */
531cb0ef41Sopenharmony_ci/* #undef HAVE_ARPA_NAMESER_COMPAT_H */
541cb0ef41Sopenharmony_ci
551cb0ef41Sopenharmony_ci/* Define to 1 if you have the <arpa/nameser.h> header file. */
561cb0ef41Sopenharmony_ci#define HAVE_ARPA_NAMESER_H 1
571cb0ef41Sopenharmony_ci
581cb0ef41Sopenharmony_ci/* Define to 1 if you have the <assert.h> header file. */
591cb0ef41Sopenharmony_ci#define HAVE_ASSERT_H 1
601cb0ef41Sopenharmony_ci
611cb0ef41Sopenharmony_ci/* Define to 1 if you have the <AvailabilityMacros.h> header file. */
621cb0ef41Sopenharmony_ci/* #undef HAVE_AVAILABILITYMACROS_H */
631cb0ef41Sopenharmony_ci
641cb0ef41Sopenharmony_ci/* Define to 1 if you have `clock_gettime` */
651cb0ef41Sopenharmony_ci#define HAVE_CLOCK_GETTIME 1
661cb0ef41Sopenharmony_ci
671cb0ef41Sopenharmony_ci/* clock_gettime() with CLOCK_MONOTONIC support */
681cb0ef41Sopenharmony_ci#define HAVE_CLOCK_GETTIME_MONOTONIC 1
691cb0ef41Sopenharmony_ci
701cb0ef41Sopenharmony_ci/* Define to 1 if you have `closesocket` */
711cb0ef41Sopenharmony_ci/* #undef HAVE_CLOSESOCKET */
721cb0ef41Sopenharmony_ci
731cb0ef41Sopenharmony_ci/* Define to 1 if you have `CloseSocket` */
741cb0ef41Sopenharmony_ci/* #undef HAVE_CLOSESOCKET_CAMEL */
751cb0ef41Sopenharmony_ci
761cb0ef41Sopenharmony_ci/* Define to 1 if you have `connect` */
771cb0ef41Sopenharmony_ci#define HAVE_CONNECT 1
781cb0ef41Sopenharmony_ci
791cb0ef41Sopenharmony_ci/* Define to 1 if you have `ConvertInterfaceIndexToLuid` */
801cb0ef41Sopenharmony_ci/* #undef HAVE_CONVERTINTERFACEINDEXTOLUID */
811cb0ef41Sopenharmony_ci
821cb0ef41Sopenharmony_ci/* Define to 1 if you have `ConvertInterfaceLuidToNameA` */
831cb0ef41Sopenharmony_ci/* #undef HAVE_CONVERTINTERFACELUIDTONAMEA */
841cb0ef41Sopenharmony_ci
851cb0ef41Sopenharmony_ci/* define if the compiler supports basic C++14 syntax */
861cb0ef41Sopenharmony_ci#define HAVE_CXX14 1
871cb0ef41Sopenharmony_ci
881cb0ef41Sopenharmony_ci/* Define to 1 if you have the <dlfcn.h> header file. */
891cb0ef41Sopenharmony_ci#define HAVE_DLFCN_H 1
901cb0ef41Sopenharmony_ci
911cb0ef41Sopenharmony_ci/* Define to 1 if you have `epoll_{create1,ctl,wait}` */
921cb0ef41Sopenharmony_ci/* #undef HAVE_EPOLL */
931cb0ef41Sopenharmony_ci
941cb0ef41Sopenharmony_ci/* Define to 1 if you have the <errno.h> header file. */
951cb0ef41Sopenharmony_ci#define HAVE_ERRNO_H 1
961cb0ef41Sopenharmony_ci
971cb0ef41Sopenharmony_ci/* Define to 1 if you have `fcntl` */
981cb0ef41Sopenharmony_ci#define HAVE_FCNTL 1
991cb0ef41Sopenharmony_ci
1001cb0ef41Sopenharmony_ci/* Define to 1 if you have the <fcntl.h> header file. */
1011cb0ef41Sopenharmony_ci#define HAVE_FCNTL_H 1
1021cb0ef41Sopenharmony_ci
1031cb0ef41Sopenharmony_ci/* fcntl() with O_NONBLOCK support */
1041cb0ef41Sopenharmony_ci#define HAVE_FCNTL_O_NONBLOCK 1
1051cb0ef41Sopenharmony_ci
1061cb0ef41Sopenharmony_ci/* Define to 1 if you have `getenv` */
1071cb0ef41Sopenharmony_ci#define HAVE_GETENV 1
1081cb0ef41Sopenharmony_ci
1091cb0ef41Sopenharmony_ci/* Define to 1 if you have `gethostname` */
1101cb0ef41Sopenharmony_ci#define HAVE_GETHOSTNAME 1
1111cb0ef41Sopenharmony_ci
1121cb0ef41Sopenharmony_ci/* Define to 1 if you have `getifaddrs` */
1131cb0ef41Sopenharmony_ci#define HAVE_GETIFADDRS 1
1141cb0ef41Sopenharmony_ci
1151cb0ef41Sopenharmony_ci/* Define to 1 if you have `getnameinfo` */
1161cb0ef41Sopenharmony_ci#define HAVE_GETNAMEINFO 1
1171cb0ef41Sopenharmony_ci
1181cb0ef41Sopenharmony_ci/* Define to 1 if you have `getrandom` */
1191cb0ef41Sopenharmony_ci/* #undef HAVE_GETRANDOM */
1201cb0ef41Sopenharmony_ci
1211cb0ef41Sopenharmony_ci/* Define to 1 if you have `getservbyport_r` */
1221cb0ef41Sopenharmony_ci#define HAVE_GETSERVBYPORT_R 1
1231cb0ef41Sopenharmony_ci
1241cb0ef41Sopenharmony_ci/* Define to 1 if you have `gettimeofday` */
1251cb0ef41Sopenharmony_ci#define HAVE_GETTIMEOFDAY 1
1261cb0ef41Sopenharmony_ci
1271cb0ef41Sopenharmony_ci/* Define to 1 if you have the <ifaddrs.h> header file. */
1281cb0ef41Sopenharmony_ci#define HAVE_IFADDRS_H 1
1291cb0ef41Sopenharmony_ci
1301cb0ef41Sopenharmony_ci/* Define to 1 if you have `if_indextoname` */
1311cb0ef41Sopenharmony_ci#define HAVE_IF_INDEXTONAME 1
1321cb0ef41Sopenharmony_ci
1331cb0ef41Sopenharmony_ci/* Define to 1 if you have `if_nametoindex` */
1341cb0ef41Sopenharmony_ci#define HAVE_IF_NAMETOINDEX 1
1351cb0ef41Sopenharmony_ci
1361cb0ef41Sopenharmony_ci/* Define to 1 if you have `inet_net_pton` */
1371cb0ef41Sopenharmony_ci#define HAVE_INET_NET_PTON 1
1381cb0ef41Sopenharmony_ci
1391cb0ef41Sopenharmony_ci/* Define to 1 if you have `inet_ntop` */
1401cb0ef41Sopenharmony_ci#define HAVE_INET_NTOP 1
1411cb0ef41Sopenharmony_ci
1421cb0ef41Sopenharmony_ci/* Define to 1 if you have `inet_pton` */
1431cb0ef41Sopenharmony_ci#define HAVE_INET_PTON 1
1441cb0ef41Sopenharmony_ci
1451cb0ef41Sopenharmony_ci/* Define to 1 if you have the <inttypes.h> header file. */
1461cb0ef41Sopenharmony_ci#define HAVE_INTTYPES_H 1
1471cb0ef41Sopenharmony_ci
1481cb0ef41Sopenharmony_ci/* Define to 1 if you have `ioctl` */
1491cb0ef41Sopenharmony_ci#define HAVE_IOCTL 1
1501cb0ef41Sopenharmony_ci
1511cb0ef41Sopenharmony_ci/* Define to 1 if you have `ioctlsocket` */
1521cb0ef41Sopenharmony_ci/* #undef HAVE_IOCTLSOCKET */
1531cb0ef41Sopenharmony_ci
1541cb0ef41Sopenharmony_ci/* Define to 1 if you have `IoctlSocket` */
1551cb0ef41Sopenharmony_ci/* #undef HAVE_IOCTLSOCKET_CAMEL */
1561cb0ef41Sopenharmony_ci
1571cb0ef41Sopenharmony_ci/* ioctlsocket() with FIONBIO support */
1581cb0ef41Sopenharmony_ci/* #undef HAVE_IOCTLSOCKET_FIONBIO */
1591cb0ef41Sopenharmony_ci
1601cb0ef41Sopenharmony_ci/* ioctl() with FIONBIO support */
1611cb0ef41Sopenharmony_ci#define HAVE_IOCTL_FIONBIO 1
1621cb0ef41Sopenharmony_ci
1631cb0ef41Sopenharmony_ci/* Define to 1 if you have the <iphlpapi.h> header file. */
1641cb0ef41Sopenharmony_ci/* #undef HAVE_IPHLPAPI_H */
1651cb0ef41Sopenharmony_ci
1661cb0ef41Sopenharmony_ci/* Define to 1 if you have `kqueue` */
1671cb0ef41Sopenharmony_ci#define HAVE_KQUEUE 1
1681cb0ef41Sopenharmony_ci
1691cb0ef41Sopenharmony_ci/* Define to 1 if you have the <limits.h> header file. */
1701cb0ef41Sopenharmony_ci#define HAVE_LIMITS_H 1
1711cb0ef41Sopenharmony_ci
1721cb0ef41Sopenharmony_ci/* Define to 1 if the compiler supports the 'long long' data type. */
1731cb0ef41Sopenharmony_ci#define HAVE_LONGLONG 1
1741cb0ef41Sopenharmony_ci
1751cb0ef41Sopenharmony_ci/* Define to 1 if you have the <malloc.h> header file. */
1761cb0ef41Sopenharmony_ci/* #undef HAVE_MALLOC_H */
1771cb0ef41Sopenharmony_ci
1781cb0ef41Sopenharmony_ci/* Define to 1 if you have the <memory.h> header file. */
1791cb0ef41Sopenharmony_ci#define HAVE_MEMORY_H 1
1801cb0ef41Sopenharmony_ci
1811cb0ef41Sopenharmony_ci/* Define to 1 if you have the <minix/config.h> header file. */
1821cb0ef41Sopenharmony_ci/* #undef HAVE_MINIX_CONFIG_H */
1831cb0ef41Sopenharmony_ci
1841cb0ef41Sopenharmony_ci/* Define to 1 if you have the <mswsock.h> header file. */
1851cb0ef41Sopenharmony_ci/* #undef HAVE_MSWSOCK_H */
1861cb0ef41Sopenharmony_ci
1871cb0ef41Sopenharmony_ci/* Define to 1 if you have the <netdb.h> header file. */
1881cb0ef41Sopenharmony_ci#define HAVE_NETDB_H 1
1891cb0ef41Sopenharmony_ci
1901cb0ef41Sopenharmony_ci/* Define to 1 if you have the <netinet/in.h> header file. */
1911cb0ef41Sopenharmony_ci#define HAVE_NETINET_IN_H 1
1921cb0ef41Sopenharmony_ci
1931cb0ef41Sopenharmony_ci/* Define to 1 if you have the <netinet/tcp.h> header file. */
1941cb0ef41Sopenharmony_ci#define HAVE_NETINET_TCP_H 1
1951cb0ef41Sopenharmony_ci
1961cb0ef41Sopenharmony_ci/* Define to 1 if you have the <netioapi.h> header file. */
1971cb0ef41Sopenharmony_ci/* #undef HAVE_NETIOAPI_H */
1981cb0ef41Sopenharmony_ci
1991cb0ef41Sopenharmony_ci/* Define to 1 if you have the <net/if.h> header file. */
2001cb0ef41Sopenharmony_ci#define HAVE_NET_IF_H 1
2011cb0ef41Sopenharmony_ci
2021cb0ef41Sopenharmony_ci/* Define to 1 if you have the <ntdef.h> header file. */
2031cb0ef41Sopenharmony_ci/* #undef HAVE_NTDEF_H */
2041cb0ef41Sopenharmony_ci
2051cb0ef41Sopenharmony_ci/* Define to 1 if you have the <ntstatus.h> header file. */
2061cb0ef41Sopenharmony_ci/* #undef HAVE_NTSTATUS_H */
2071cb0ef41Sopenharmony_ci
2081cb0ef41Sopenharmony_ci/* Define to 1 if you have PF_INET6 */
2091cb0ef41Sopenharmony_ci#define HAVE_PF_INET6 1
2101cb0ef41Sopenharmony_ci
2111cb0ef41Sopenharmony_ci/* Define to 1 if you have `pipe` */
2121cb0ef41Sopenharmony_ci#define HAVE_PIPE 1
2131cb0ef41Sopenharmony_ci
2141cb0ef41Sopenharmony_ci/* Define to 1 if you have `pipe2` */
2151cb0ef41Sopenharmony_ci#define HAVE_PIPE2 1
2161cb0ef41Sopenharmony_ci
2171cb0ef41Sopenharmony_ci/* Define to 1 if you have `poll` */
2181cb0ef41Sopenharmony_ci#define HAVE_POLL 1
2191cb0ef41Sopenharmony_ci
2201cb0ef41Sopenharmony_ci/* Define to 1 if you have the <poll.h> header file. */
2211cb0ef41Sopenharmony_ci#define HAVE_POLL_H 1
2221cb0ef41Sopenharmony_ci
2231cb0ef41Sopenharmony_ci/* Define to 1 if you have the <pthread.h> header file. */
2241cb0ef41Sopenharmony_ci#define HAVE_PTHREAD_H 1
2251cb0ef41Sopenharmony_ci
2261cb0ef41Sopenharmony_ci/* Define to 1 if you have the <pthread_np.h> header file. */
2271cb0ef41Sopenharmony_ci#define HAVE_PTHREAD_NP_H 1
2281cb0ef41Sopenharmony_ci
2291cb0ef41Sopenharmony_ci/* Have PTHREAD_PRIO_INHERIT. */
2301cb0ef41Sopenharmony_ci#define HAVE_PTHREAD_PRIO_INHERIT 1
2311cb0ef41Sopenharmony_ci
2321cb0ef41Sopenharmony_ci/* Define to 1 if you have `recv` */
2331cb0ef41Sopenharmony_ci#define HAVE_RECV 1
2341cb0ef41Sopenharmony_ci
2351cb0ef41Sopenharmony_ci/* Define to 1 if you have `recvfrom` */
2361cb0ef41Sopenharmony_ci#define HAVE_RECVFROM 1
2371cb0ef41Sopenharmony_ci
2381cb0ef41Sopenharmony_ci/* Define to 1 if you have `send` */
2391cb0ef41Sopenharmony_ci#define HAVE_SEND 1
2401cb0ef41Sopenharmony_ci
2411cb0ef41Sopenharmony_ci/* Define to 1 if you have `setsockopt` */
2421cb0ef41Sopenharmony_ci#define HAVE_SETSOCKOPT 1
2431cb0ef41Sopenharmony_ci
2441cb0ef41Sopenharmony_ci/* setsockopt() with SO_NONBLOCK support */
2451cb0ef41Sopenharmony_ci/* #undef HAVE_SETSOCKOPT_SO_NONBLOCK */
2461cb0ef41Sopenharmony_ci
2471cb0ef41Sopenharmony_ci/* Define to 1 if you have `socket` */
2481cb0ef41Sopenharmony_ci#define HAVE_SOCKET 1
2491cb0ef41Sopenharmony_ci
2501cb0ef41Sopenharmony_ci/* Define to 1 if you have the <socket.h> header file. */
2511cb0ef41Sopenharmony_ci/* #undef HAVE_SOCKET_H */
2521cb0ef41Sopenharmony_ci
2531cb0ef41Sopenharmony_ci/* socklen_t */
2541cb0ef41Sopenharmony_ci#define HAVE_SOCKLEN_T /**/
2551cb0ef41Sopenharmony_ci
2561cb0ef41Sopenharmony_ci/* Define to 1 if you have `stat` */
2571cb0ef41Sopenharmony_ci#define HAVE_STAT 1
2581cb0ef41Sopenharmony_ci
2591cb0ef41Sopenharmony_ci/* Define to 1 if you have the <stdbool.h> header file. */
2601cb0ef41Sopenharmony_ci#define HAVE_STDBOOL_H 1
2611cb0ef41Sopenharmony_ci
2621cb0ef41Sopenharmony_ci/* Define to 1 if you have the <stdint.h> header file. */
2631cb0ef41Sopenharmony_ci#define HAVE_STDINT_H 1
2641cb0ef41Sopenharmony_ci
2651cb0ef41Sopenharmony_ci/* Define to 1 if you have the <stdio.h> header file. */
2661cb0ef41Sopenharmony_ci#define HAVE_STDIO_H 1
2671cb0ef41Sopenharmony_ci
2681cb0ef41Sopenharmony_ci/* Define to 1 if you have the <stdlib.h> header file. */
2691cb0ef41Sopenharmony_ci#define HAVE_STDLIB_H 1
2701cb0ef41Sopenharmony_ci
2711cb0ef41Sopenharmony_ci/* Define to 1 if you have `strcasecmp` */
2721cb0ef41Sopenharmony_ci#define HAVE_STRCASECMP 1
2731cb0ef41Sopenharmony_ci
2741cb0ef41Sopenharmony_ci/* Define to 1 if you have `strdup` */
2751cb0ef41Sopenharmony_ci#define HAVE_STRDUP 1
2761cb0ef41Sopenharmony_ci
2771cb0ef41Sopenharmony_ci/* Define to 1 if you have `stricmp` */
2781cb0ef41Sopenharmony_ci/* #undef HAVE_STRICMP */
2791cb0ef41Sopenharmony_ci
2801cb0ef41Sopenharmony_ci/* Define to 1 if you have the <strings.h> header file. */
2811cb0ef41Sopenharmony_ci#define HAVE_STRINGS_H 1
2821cb0ef41Sopenharmony_ci
2831cb0ef41Sopenharmony_ci/* Define to 1 if you have the <string.h> header file. */
2841cb0ef41Sopenharmony_ci#define HAVE_STRING_H 1
2851cb0ef41Sopenharmony_ci
2861cb0ef41Sopenharmony_ci/* Define to 1 if you have `strncasecmp` */
2871cb0ef41Sopenharmony_ci#define HAVE_STRNCASECMP 1
2881cb0ef41Sopenharmony_ci
2891cb0ef41Sopenharmony_ci/* Define to 1 if you have `strncmpi` */
2901cb0ef41Sopenharmony_ci/* #undef HAVE_STRNCMPI */
2911cb0ef41Sopenharmony_ci
2921cb0ef41Sopenharmony_ci/* Define to 1 if you have `strnicmp` */
2931cb0ef41Sopenharmony_ci/* #undef HAVE_STRNICMP */
2941cb0ef41Sopenharmony_ci
2951cb0ef41Sopenharmony_ci/* Define to 1 if the system has the type 'struct addrinfo'. */
2961cb0ef41Sopenharmony_ci#define HAVE_STRUCT_ADDRINFO 1
2971cb0ef41Sopenharmony_ci
2981cb0ef41Sopenharmony_ci/* Define to 1 if 'ai_flags' is a member of 'struct addrinfo'. */
2991cb0ef41Sopenharmony_ci#define HAVE_STRUCT_ADDRINFO_AI_FLAGS 1
3001cb0ef41Sopenharmony_ci
3011cb0ef41Sopenharmony_ci/* Define to 1 if the system has the type 'struct in6_addr'. */
3021cb0ef41Sopenharmony_ci#define HAVE_STRUCT_IN6_ADDR 1
3031cb0ef41Sopenharmony_ci
3041cb0ef41Sopenharmony_ci/* Define to 1 if the system has the type 'struct sockaddr_in6'. */
3051cb0ef41Sopenharmony_ci#define HAVE_STRUCT_SOCKADDR_IN6 1
3061cb0ef41Sopenharmony_ci
3071cb0ef41Sopenharmony_ci/* Define to 1 if 'sin6_scope_id' is a member of 'struct sockaddr_in6'. */
3081cb0ef41Sopenharmony_ci#define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
3091cb0ef41Sopenharmony_ci
3101cb0ef41Sopenharmony_ci/* Define to 1 if the system has the type 'struct sockaddr_storage'. */
3111cb0ef41Sopenharmony_ci#define HAVE_STRUCT_SOCKADDR_STORAGE 1
3121cb0ef41Sopenharmony_ci
3131cb0ef41Sopenharmony_ci/* Define to 1 if the system has the type 'struct timeval'. */
3141cb0ef41Sopenharmony_ci#define HAVE_STRUCT_TIMEVAL 1
3151cb0ef41Sopenharmony_ci
3161cb0ef41Sopenharmony_ci/* Define to 1 if you have the <sys/epoll.h> header file. */
3171cb0ef41Sopenharmony_ci/* #undef HAVE_SYS_EPOLL_H */
3181cb0ef41Sopenharmony_ci
3191cb0ef41Sopenharmony_ci/* Define to 1 if you have the <sys/event.h> header file. */
3201cb0ef41Sopenharmony_ci#define HAVE_SYS_EVENT_H 1
3211cb0ef41Sopenharmony_ci
3221cb0ef41Sopenharmony_ci/* Define to 1 if you have the <sys/filio.h> header file. */
3231cb0ef41Sopenharmony_ci#define HAVE_SYS_FILIO_H 1
3241cb0ef41Sopenharmony_ci
3251cb0ef41Sopenharmony_ci/* Define to 1 if you have the <sys/ioctl.h> header file. */
3261cb0ef41Sopenharmony_ci#define HAVE_SYS_IOCTL_H 1
3271cb0ef41Sopenharmony_ci
3281cb0ef41Sopenharmony_ci/* Define to 1 if you have the <sys/param.h> header file. */
3291cb0ef41Sopenharmony_ci#define HAVE_SYS_PARAM_H 1
3301cb0ef41Sopenharmony_ci
3311cb0ef41Sopenharmony_ci/* Define to 1 if you have the <sys/random.h> header file. */
3321cb0ef41Sopenharmony_ci/* #undef HAVE_SYS_RANDOM_H */
3331cb0ef41Sopenharmony_ci
3341cb0ef41Sopenharmony_ci/* Define to 1 if you have the <sys/select.h> header file. */
3351cb0ef41Sopenharmony_ci#define HAVE_SYS_SELECT_H 1
3361cb0ef41Sopenharmony_ci
3371cb0ef41Sopenharmony_ci/* Define to 1 if you have the <sys/socket.h> header file. */
3381cb0ef41Sopenharmony_ci#define HAVE_SYS_SOCKET_H 1
3391cb0ef41Sopenharmony_ci
3401cb0ef41Sopenharmony_ci/* Define to 1 if you have the <sys/stat.h> header file. */
3411cb0ef41Sopenharmony_ci#define HAVE_SYS_STAT_H 1
3421cb0ef41Sopenharmony_ci
3431cb0ef41Sopenharmony_ci/* Define to 1 if you have the <sys/time.h> header file. */
3441cb0ef41Sopenharmony_ci#define HAVE_SYS_TIME_H 1
3451cb0ef41Sopenharmony_ci
3461cb0ef41Sopenharmony_ci/* Define to 1 if you have the <sys/types.h> header file. */
3471cb0ef41Sopenharmony_ci#define HAVE_SYS_TYPES_H 1
3481cb0ef41Sopenharmony_ci
3491cb0ef41Sopenharmony_ci/* Define to 1 if you have the <sys/uio.h> header file. */
3501cb0ef41Sopenharmony_ci#define HAVE_SYS_UIO_H 1
3511cb0ef41Sopenharmony_ci
3521cb0ef41Sopenharmony_ci/* Define to 1 if you have the <time.h> header file. */
3531cb0ef41Sopenharmony_ci#define HAVE_TIME_H 1
3541cb0ef41Sopenharmony_ci
3551cb0ef41Sopenharmony_ci/* Define to 1 if you have the <unistd.h> header file. */
3561cb0ef41Sopenharmony_ci#define HAVE_UNISTD_H 1
3571cb0ef41Sopenharmony_ci
3581cb0ef41Sopenharmony_ci/* Whether user namespaces are available */
3591cb0ef41Sopenharmony_ci/* #undef HAVE_USER_NAMESPACE */
3601cb0ef41Sopenharmony_ci
3611cb0ef41Sopenharmony_ci/* Whether UTS namespaces are available */
3621cb0ef41Sopenharmony_ci/* #undef HAVE_UTS_NAMESPACE */
3631cb0ef41Sopenharmony_ci
3641cb0ef41Sopenharmony_ci/* Define to 1 if you have the <wchar.h> header file. */
3651cb0ef41Sopenharmony_ci#define HAVE_WCHAR_H 1
3661cb0ef41Sopenharmony_ci
3671cb0ef41Sopenharmony_ci/* Define to 1 if you have the <windows.h> header file. */
3681cb0ef41Sopenharmony_ci/* #undef HAVE_WINDOWS_H */
3691cb0ef41Sopenharmony_ci
3701cb0ef41Sopenharmony_ci/* Define to 1 if you have the <winsock2.h> header file. */
3711cb0ef41Sopenharmony_ci/* #undef HAVE_WINSOCK2_H */
3721cb0ef41Sopenharmony_ci
3731cb0ef41Sopenharmony_ci/* Define to 1 if you have the <winternl.h> header file. */
3741cb0ef41Sopenharmony_ci/* #undef HAVE_WINTERNL_H */
3751cb0ef41Sopenharmony_ci
3761cb0ef41Sopenharmony_ci/* Define to 1 if you have `writev` */
3771cb0ef41Sopenharmony_ci#define HAVE_WRITEV 1
3781cb0ef41Sopenharmony_ci
3791cb0ef41Sopenharmony_ci/* Define to 1 if you have the <ws2ipdef.h> header file. */
3801cb0ef41Sopenharmony_ci/* #undef HAVE_WS2IPDEF_H */
3811cb0ef41Sopenharmony_ci
3821cb0ef41Sopenharmony_ci/* Define to 1 if you have the <ws2tcpip.h> header file. */
3831cb0ef41Sopenharmony_ci/* #undef HAVE_WS2TCPIP_H */
3841cb0ef41Sopenharmony_ci
3851cb0ef41Sopenharmony_ci/* Define to 1 if you have `__system_property_get` */
3861cb0ef41Sopenharmony_ci/* #undef HAVE___SYSTEM_PROPERTY_GET */
3871cb0ef41Sopenharmony_ci
3881cb0ef41Sopenharmony_ci/* Define to the sub-directory where libtool stores uninstalled libraries. */
3891cb0ef41Sopenharmony_ci#define LT_OBJDIR ".libs/"
3901cb0ef41Sopenharmony_ci
3911cb0ef41Sopenharmony_ci/* Name of package */
3921cb0ef41Sopenharmony_ci#define PACKAGE "c-ares"
3931cb0ef41Sopenharmony_ci
3941cb0ef41Sopenharmony_ci/* Define to the address where bug reports for this package should be sent. */
3951cb0ef41Sopenharmony_ci#define PACKAGE_BUGREPORT "c-ares mailing list: http://lists.haxx.se/listinfo/c-ares"
3961cb0ef41Sopenharmony_ci
3971cb0ef41Sopenharmony_ci/* Define to the full name of this package. */
3981cb0ef41Sopenharmony_ci#define PACKAGE_NAME "c-ares"
3991cb0ef41Sopenharmony_ci
4001cb0ef41Sopenharmony_ci/* Define to the full name and version of this package. */
4011cb0ef41Sopenharmony_ci#define PACKAGE_STRING "c-ares 1.26.0"
4021cb0ef41Sopenharmony_ci
4031cb0ef41Sopenharmony_ci/* Define to the one symbol short name of this package. */
4041cb0ef41Sopenharmony_ci#define PACKAGE_TARNAME "c-ares"
4051cb0ef41Sopenharmony_ci
4061cb0ef41Sopenharmony_ci/* Define to the home page for this package. */
4071cb0ef41Sopenharmony_ci#define PACKAGE_URL ""
4081cb0ef41Sopenharmony_ci
4091cb0ef41Sopenharmony_ci/* Define to the version of this package. */
4101cb0ef41Sopenharmony_ci#define PACKAGE_VERSION "1.26.0"
4111cb0ef41Sopenharmony_ci
4121cb0ef41Sopenharmony_ci/* Define to necessary symbol if this constant uses a non-standard name on
4131cb0ef41Sopenharmony_ci   your system. */
4141cb0ef41Sopenharmony_ci/* #undef PTHREAD_CREATE_JOINABLE */
4151cb0ef41Sopenharmony_ci
4161cb0ef41Sopenharmony_ci/* recvfrom() arg5 qualifier */
4171cb0ef41Sopenharmony_ci#define RECVFROM_QUAL_ARG5
4181cb0ef41Sopenharmony_ci
4191cb0ef41Sopenharmony_ci/* recvfrom() arg1 type */
4201cb0ef41Sopenharmony_ci#define RECVFROM_TYPE_ARG1 int
4211cb0ef41Sopenharmony_ci
4221cb0ef41Sopenharmony_ci/* recvfrom() arg2 type */
4231cb0ef41Sopenharmony_ci#define RECVFROM_TYPE_ARG2 void *
4241cb0ef41Sopenharmony_ci
4251cb0ef41Sopenharmony_ci/* recvfrom() arg3 type */
4261cb0ef41Sopenharmony_ci#define RECVFROM_TYPE_ARG3 size_t
4271cb0ef41Sopenharmony_ci
4281cb0ef41Sopenharmony_ci/* recvfrom() arg4 type */
4291cb0ef41Sopenharmony_ci#define RECVFROM_TYPE_ARG4 int
4301cb0ef41Sopenharmony_ci
4311cb0ef41Sopenharmony_ci/* recvfrom() arg5 type */
4321cb0ef41Sopenharmony_ci#define RECVFROM_TYPE_ARG5 struct sockaddr *
4331cb0ef41Sopenharmony_ci
4341cb0ef41Sopenharmony_ci/* recvfrom() return value */
4351cb0ef41Sopenharmony_ci#define RECVFROM_TYPE_RETV ssize_t
4361cb0ef41Sopenharmony_ci
4371cb0ef41Sopenharmony_ci/* recv() arg1 type */
4381cb0ef41Sopenharmony_ci#define RECV_TYPE_ARG1 int
4391cb0ef41Sopenharmony_ci
4401cb0ef41Sopenharmony_ci/* recv() arg2 type */
4411cb0ef41Sopenharmony_ci#define RECV_TYPE_ARG2 void *
4421cb0ef41Sopenharmony_ci
4431cb0ef41Sopenharmony_ci/* recv() arg3 type */
4441cb0ef41Sopenharmony_ci#define RECV_TYPE_ARG3 size_t
4451cb0ef41Sopenharmony_ci
4461cb0ef41Sopenharmony_ci/* recv() arg4 type */
4471cb0ef41Sopenharmony_ci#define RECV_TYPE_ARG4 int
4481cb0ef41Sopenharmony_ci
4491cb0ef41Sopenharmony_ci/* recv() return value */
4501cb0ef41Sopenharmony_ci#define RECV_TYPE_RETV ssize_t
4511cb0ef41Sopenharmony_ci
4521cb0ef41Sopenharmony_ci/* send() arg2 qualifier */
4531cb0ef41Sopenharmony_ci#define SEND_QUAL_ARG2
4541cb0ef41Sopenharmony_ci
4551cb0ef41Sopenharmony_ci/* send() arg1 type */
4561cb0ef41Sopenharmony_ci#define SEND_TYPE_ARG1 int
4571cb0ef41Sopenharmony_ci
4581cb0ef41Sopenharmony_ci/* send() arg2 type */
4591cb0ef41Sopenharmony_ci#define SEND_TYPE_ARG2 void *
4601cb0ef41Sopenharmony_ci
4611cb0ef41Sopenharmony_ci/* send() arg3 type */
4621cb0ef41Sopenharmony_ci#define SEND_TYPE_ARG3 size_t
4631cb0ef41Sopenharmony_ci
4641cb0ef41Sopenharmony_ci/* send() arg4 type */
4651cb0ef41Sopenharmony_ci#define SEND_TYPE_ARG4 int
4661cb0ef41Sopenharmony_ci
4671cb0ef41Sopenharmony_ci/* send() return value */
4681cb0ef41Sopenharmony_ci#define SEND_TYPE_RETV ssize_t
4691cb0ef41Sopenharmony_ci
4701cb0ef41Sopenharmony_ci/* Define to 1 if all of the C89 standard headers exist (not just the ones
4711cb0ef41Sopenharmony_ci   required in a freestanding environment). This macro is provided for
4721cb0ef41Sopenharmony_ci   backward compatibility; new code need not use it. */
4731cb0ef41Sopenharmony_ci#define STDC_HEADERS 1
4741cb0ef41Sopenharmony_ci
4751cb0ef41Sopenharmony_ci/* Enable extensions on AIX, Interix, z/OS.  */
4761cb0ef41Sopenharmony_ci#ifndef _ALL_SOURCE
4771cb0ef41Sopenharmony_ci# define _ALL_SOURCE 1
4781cb0ef41Sopenharmony_ci#endif
4791cb0ef41Sopenharmony_ci/* Enable general extensions on macOS.  */
4801cb0ef41Sopenharmony_ci#ifndef _DARWIN_C_SOURCE
4811cb0ef41Sopenharmony_ci# define _DARWIN_C_SOURCE 1
4821cb0ef41Sopenharmony_ci#endif
4831cb0ef41Sopenharmony_ci/* Enable general extensions on Solaris.  */
4841cb0ef41Sopenharmony_ci#ifndef __EXTENSIONS__
4851cb0ef41Sopenharmony_ci# define __EXTENSIONS__ 1
4861cb0ef41Sopenharmony_ci#endif
4871cb0ef41Sopenharmony_ci/* Enable GNU extensions on systems that have them.  */
4881cb0ef41Sopenharmony_ci#ifndef _GNU_SOURCE
4891cb0ef41Sopenharmony_ci# define _GNU_SOURCE 1
4901cb0ef41Sopenharmony_ci#endif
4911cb0ef41Sopenharmony_ci/* Enable X/Open compliant socket functions that do not require linking
4921cb0ef41Sopenharmony_ci   with -lxnet on HP-UX 11.11.  */
4931cb0ef41Sopenharmony_ci#ifndef _HPUX_ALT_XOPEN_SOCKET_API
4941cb0ef41Sopenharmony_ci# define _HPUX_ALT_XOPEN_SOCKET_API 1
4951cb0ef41Sopenharmony_ci#endif
4961cb0ef41Sopenharmony_ci/* Identify the host operating system as Minix.
4971cb0ef41Sopenharmony_ci   This macro does not affect the system headers' behavior.
4981cb0ef41Sopenharmony_ci   A future release of Autoconf may stop defining this macro.  */
4991cb0ef41Sopenharmony_ci#ifndef _MINIX
5001cb0ef41Sopenharmony_ci/* # undef _MINIX */
5011cb0ef41Sopenharmony_ci#endif
5021cb0ef41Sopenharmony_ci/* Enable general extensions on NetBSD.
5031cb0ef41Sopenharmony_ci   Enable NetBSD compatibility extensions on Minix.  */
5041cb0ef41Sopenharmony_ci#ifndef _NETBSD_SOURCE
5051cb0ef41Sopenharmony_ci# define _NETBSD_SOURCE 1
5061cb0ef41Sopenharmony_ci#endif
5071cb0ef41Sopenharmony_ci/* Enable OpenBSD compatibility extensions on NetBSD.
5081cb0ef41Sopenharmony_ci   Oddly enough, this does nothing on OpenBSD.  */
5091cb0ef41Sopenharmony_ci#ifndef _OPENBSD_SOURCE
5101cb0ef41Sopenharmony_ci# define _OPENBSD_SOURCE 1
5111cb0ef41Sopenharmony_ci#endif
5121cb0ef41Sopenharmony_ci/* Define to 1 if needed for POSIX-compatible behavior.  */
5131cb0ef41Sopenharmony_ci#ifndef _POSIX_SOURCE
5141cb0ef41Sopenharmony_ci/* # undef _POSIX_SOURCE */
5151cb0ef41Sopenharmony_ci#endif
5161cb0ef41Sopenharmony_ci/* Define to 2 if needed for POSIX-compatible behavior.  */
5171cb0ef41Sopenharmony_ci#ifndef _POSIX_1_SOURCE
5181cb0ef41Sopenharmony_ci/* # undef _POSIX_1_SOURCE */
5191cb0ef41Sopenharmony_ci#endif
5201cb0ef41Sopenharmony_ci/* Enable POSIX-compatible threading on Solaris.  */
5211cb0ef41Sopenharmony_ci#ifndef _POSIX_PTHREAD_SEMANTICS
5221cb0ef41Sopenharmony_ci# define _POSIX_PTHREAD_SEMANTICS 1
5231cb0ef41Sopenharmony_ci#endif
5241cb0ef41Sopenharmony_ci/* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
5251cb0ef41Sopenharmony_ci#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
5261cb0ef41Sopenharmony_ci# define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
5271cb0ef41Sopenharmony_ci#endif
5281cb0ef41Sopenharmony_ci/* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
5291cb0ef41Sopenharmony_ci#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
5301cb0ef41Sopenharmony_ci# define __STDC_WANT_IEC_60559_BFP_EXT__ 1
5311cb0ef41Sopenharmony_ci#endif
5321cb0ef41Sopenharmony_ci/* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
5331cb0ef41Sopenharmony_ci#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
5341cb0ef41Sopenharmony_ci# define __STDC_WANT_IEC_60559_DFP_EXT__ 1
5351cb0ef41Sopenharmony_ci#endif
5361cb0ef41Sopenharmony_ci/* Enable extensions specified by C23 Annex F.  */
5371cb0ef41Sopenharmony_ci#ifndef __STDC_WANT_IEC_60559_EXT__
5381cb0ef41Sopenharmony_ci# define __STDC_WANT_IEC_60559_EXT__ 1
5391cb0ef41Sopenharmony_ci#endif
5401cb0ef41Sopenharmony_ci/* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
5411cb0ef41Sopenharmony_ci#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
5421cb0ef41Sopenharmony_ci# define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
5431cb0ef41Sopenharmony_ci#endif
5441cb0ef41Sopenharmony_ci/* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015.  */
5451cb0ef41Sopenharmony_ci#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
5461cb0ef41Sopenharmony_ci# define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
5471cb0ef41Sopenharmony_ci#endif
5481cb0ef41Sopenharmony_ci/* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
5491cb0ef41Sopenharmony_ci#ifndef __STDC_WANT_LIB_EXT2__
5501cb0ef41Sopenharmony_ci# define __STDC_WANT_LIB_EXT2__ 1
5511cb0ef41Sopenharmony_ci#endif
5521cb0ef41Sopenharmony_ci/* Enable extensions specified by ISO/IEC 24747:2009.  */
5531cb0ef41Sopenharmony_ci#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
5541cb0ef41Sopenharmony_ci# define __STDC_WANT_MATH_SPEC_FUNCS__ 1
5551cb0ef41Sopenharmony_ci#endif
5561cb0ef41Sopenharmony_ci/* Enable extensions on HP NonStop.  */
5571cb0ef41Sopenharmony_ci#ifndef _TANDEM_SOURCE
5581cb0ef41Sopenharmony_ci# define _TANDEM_SOURCE 1
5591cb0ef41Sopenharmony_ci#endif
5601cb0ef41Sopenharmony_ci/* Enable X/Open extensions.  Define to 500 only if necessary
5611cb0ef41Sopenharmony_ci   to make mbstate_t available.  */
5621cb0ef41Sopenharmony_ci#ifndef _XOPEN_SOURCE
5631cb0ef41Sopenharmony_ci/* # undef _XOPEN_SOURCE */
5641cb0ef41Sopenharmony_ci#endif
5651cb0ef41Sopenharmony_ci
5661cb0ef41Sopenharmony_ci
5671cb0ef41Sopenharmony_ci/* Version number of package */
5681cb0ef41Sopenharmony_ci#define VERSION "1.26.0"
5691cb0ef41Sopenharmony_ci
5701cb0ef41Sopenharmony_ci/* Number of bits in a file offset, on hosts where this is settable. */
5711cb0ef41Sopenharmony_ci/* #undef _FILE_OFFSET_BITS */
5721cb0ef41Sopenharmony_ci
5731cb0ef41Sopenharmony_ci/* Define to 1 on platforms where this makes off_t a 64-bit type. */
5741cb0ef41Sopenharmony_ci/* #undef _LARGE_FILES */
5751cb0ef41Sopenharmony_ci
5761cb0ef41Sopenharmony_ci/* Number of bits in time_t, on hosts where this is settable. */
5771cb0ef41Sopenharmony_ci/* #undef _TIME_BITS */
5781cb0ef41Sopenharmony_ci
5791cb0ef41Sopenharmony_ci/* Define to 1 on platforms where this makes time_t a 64-bit type. */
5801cb0ef41Sopenharmony_ci/* #undef __MINGW_USE_VC2005_COMPAT */
5811cb0ef41Sopenharmony_ci
5821cb0ef41Sopenharmony_ci/* Define as 'unsigned int' if <stddef.h> doesn't define. */
5831cb0ef41Sopenharmony_ci/* #undef size_t */