#ifndef __CARES_BUILD_H #define __CARES_BUILD_H /* * Copyright (C) The c-ares project and its contributors * SPDX-License-Identifier: MIT */ #define CARES_STATICLIB #ifdef CARES_HAVE_SYS_TYPES_H # include #endif #ifdef CARES_HAVE_SYS_SOCKET_H # include #endif #ifdef CARES_HAVE_SYS_SELECT_H # include #endif #if defined(_WIN32) #undef HAVE_REGISTERWAITFORSINGLEOBJECT #define CARES_HAVE_WINSOCK2_H #define CARES_HAVE_WINDOWS_H #define CARES_HAVE_WS2TCPIP_H #include #include #include #define CARES_TYPEOF_ARES_SOCKLEN_T int #define CARES_TYPEOF_ARES_SSIZE_T ssize_t #else #define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t #define CARES_TYPEOF_ARES_SSIZE_T ssize_t #endif #if !defined(__ANDROID__) && !defined(__APPLE__) && !defined(_WIN32) && !defined(__OpenBSD__) && !defined(__HAIKU__) #define GETSERVBYNAME_R_ARGS 6 #define GETSERVBYPORT_R_ARGS 6 #define HAVE_GETSERVBYNAME_R 1 #define HAVE_GETSERVBYPORT_R 1 #endif #if !defined(__APPLE__) && !defined(_WIN32) && !defined(__OpenBSD__) && !defined(__HAIKU__) #define HAVE_PIPE2 1 #endif #if defined(__OpenBSD__) || defined(__HAIKU__) #define GETSERVBYNAME_R_ARGS 4 #define GETSERVBYPORT_R_ARGS 4 #endif #if !defined(__APPLE__) && !defined(_WIN32) && !defined(__OpenBSD__) && !defined(__HAIKU__) #define HAVE_MALLOC_H 1 #define HAVE_EPOLL 1 #define HAVE_SYS_EPOLL_H 1 #define HAVE_SYS_RANDOM_H 1 #endif #if !defined(__WIN32) #undef AC_APPLE_UNIVERSAL_BUILD #undef ETC_INET #define GETHOSTNAME_TYPE_ARG2 size_t #define GETNAMEINFO_QUAL_ARG1 #define GETNAMEINFO_TYPE_ARG1 struct sockaddr * #define GETNAMEINFO_TYPE_ARG2 socklen_t #define GETNAMEINFO_TYPE_ARG46 socklen_t #define GETNAMEINFO_TYPE_ARG7 int #define HAVE_AF_INET6 1 #define HAVE_ARPA_INET_H 1 #define HAVE_ARPA_NAMESER_COMPAT_H 1 #define HAVE_ARPA_NAMESER_H 1 #define HAVE_ASSERT_H 1 #define HAVE_CLOCK_GETTIME_MONOTONIC 1 #define HAVE_CONNECT 1 #define HAVE_DLFCN_H 1 #define HAVE_ERRNO_H 1 #define HAVE_POLL_H 1 #define HAVE_POLL 1 #define HAVE_PIPE 1 #define HAVE_FCNTL 1 #define HAVE_FCNTL_H 1 #define HAVE_FCNTL_O_NONBLOCK 1 #define HAVE_FREEADDRINFO 1 #define HAVE_GETADDRINFO 1 #define HAVE_GETENV 1 #define HAVE_GETHOSTNAME 1 #define HAVE_GETNAMEINFO 1 #if !defined(__HAIKU__) #define HAVE_GETRANDOM 1 #endif #define HAVE_GETTIMEOFDAY 1 #define HAVE_IF_INDEXTONAME 1 #define HAVE_IF_NAMETOINDEX 1 #define HAVE_INET_NTOP 1 #define HAVE_INET_PTON 1 #define HAVE_INTTYPES_H 1 #define HAVE_IOCTL 1 #define HAVE_IOCTL_FIONBIO 1 #define HAVE_IOCTL_SIOCGIFADDR 1 #define HAVE_LIMITS_H 1 #define HAVE_LONGLONG 1 #define HAVE_MEMORY_H 1 #define HAVE_MSG_NOSIGNAL 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_NETINET_TCP_H 1 #define HAVE_NET_IF_H 1 #define HAVE_PF_INET6 1 #define HAVE_RECV 1 #define HAVE_RECVFROM 1 #define HAVE_SEND 1 #define HAVE_SETSOCKOPT 1 #define HAVE_SIGNAL_H 1 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 #define HAVE_SOCKET 1 #define HAVE_STDBOOL_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRCASECMP 1 #define HAVE_STRDUP 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRNCASECMP 1 #define HAVE_STRUCT_ADDRINFO 1 #define HAVE_STRUCT_IN6_ADDR 1 #define HAVE_STRUCT_SOCKADDR_IN6 1 #define HAVE_STRUCT_SOCKADDR_STORAGE 1 #define HAVE_STRUCT_TIMEVAL 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_TIME_H 1 #define HAVE_IFADDRS_H 1 #define HAVE_UNISTD_H 1 #define HAVE_WRITEV 1 #if defined(__ANDROID__) || defined(__APPLE__) || defined(__OpenBSD__) #define HAVE_ARC4RANDOM_BUF 1 #else #undef HAVE_ARC4RANDOM_BUF #endif #define HAVE_GETIFADDRS 1 #define HAVE_STAT 1 #define CARES_RANDOM_FILE "/dev/urandom" #define RECVFROM_QUAL_ARG5 #define RECVFROM_TYPE_ARG1 int #define RECVFROM_TYPE_ARG2 void * #define RECVFROM_TYPE_ARG2_IS_VOID 0 #define RECVFROM_TYPE_ARG3 size_t #define RECVFROM_TYPE_ARG4 int #define RECVFROM_TYPE_ARG5 struct sockaddr * #define RECVFROM_TYPE_ARG5_IS_VOID 0 #define RECVFROM_TYPE_ARG6 socklen_t * #define RECVFROM_TYPE_ARG6_IS_VOID 0 #define RECVFROM_TYPE_RETV ssize_t #define RECV_TYPE_ARG1 int #define RECV_TYPE_ARG2 void * #define RECV_TYPE_ARG3 size_t #define RECV_TYPE_ARG4 int #define RECV_TYPE_RETV ssize_t #define SEND_TYPE_ARG1 int #define SEND_TYPE_ARG2 const void * #define SEND_TYPE_ARG3 size_t #define SEND_TYPE_ARG4 int #define SEND_TYPE_RETV ssize_t #undef USE_BLOCKING_SOCKETS #undef WIN32_LEAN_AND_MEAN #define HAVE_PTHREAD_H 1 #define CARES_THREADS 1 #endif #endif /* __CARES_BUILD_H */