Blame ares_config.h.in

Packit 514978
/* ares_config.h.in.  Generated from configure.ac by autoheader.  */
Packit 514978
Packit 514978
/* Define if building universal (internal helper macro) */
Packit 514978
#undef AC_APPLE_UNIVERSAL_BUILD
Packit 514978
Packit 514978
/* define this if ares is built for a big endian system */
Packit 514978
#undef ARES_BIG_ENDIAN
Packit 514978
Packit 514978
/* when building as static part of libcurl */
Packit 514978
#undef BUILDING_LIBCURL
Packit 514978
Packit 514978
/* Defined for build that exposes internal static functions for testing. */
Packit 514978
#undef CARES_EXPOSE_STATICS
Packit 514978
Packit 514978
/* Defined for build with symbol hiding. */
Packit 514978
#undef CARES_SYMBOL_HIDING
Packit 514978
Packit 514978
/* Definition to make a library symbol externally visible. */
Packit 514978
#undef CARES_SYMBOL_SCOPE_EXTERN
Packit 514978
Packit 514978
/* the signed version of size_t */
Packit 514978
#undef CARES_TYPEOF_ARES_SSIZE_T
Packit 514978
Packit 514978
/* Use resolver library to configure cares */
Packit 514978
#undef CARES_USE_LIBRESOLV
Packit 514978
Packit 514978
/* if a /etc/inet dir is being used */
Packit 514978
#undef ETC_INET
Packit 514978
Packit 514978
/* Define to the type of arg 2 for gethostname. */
Packit 514978
#undef GETHOSTNAME_TYPE_ARG2
Packit 514978
Packit 514978
/* Define to the type qualifier of arg 1 for getnameinfo. */
Packit 514978
#undef GETNAMEINFO_QUAL_ARG1
Packit 514978
Packit 514978
/* Define to the type of arg 1 for getnameinfo. */
Packit 514978
#undef GETNAMEINFO_TYPE_ARG1
Packit 514978
Packit 514978
/* Define to the type of arg 2 for getnameinfo. */
Packit 514978
#undef GETNAMEINFO_TYPE_ARG2
Packit 514978
Packit 514978
/* Define to the type of args 4 and 6 for getnameinfo. */
Packit 514978
#undef GETNAMEINFO_TYPE_ARG46
Packit 514978
Packit 514978
/* Define to the type of arg 7 for getnameinfo. */
Packit 514978
#undef GETNAMEINFO_TYPE_ARG7
Packit 514978
Packit 514978
/* Specifies the number of arguments to getservbyport_r */
Packit 514978
#undef GETSERVBYPORT_R_ARGS
Packit 514978
Packit 514978
/* Specifies the size of the buffer to pass to getservbyport_r */
Packit 514978
#undef GETSERVBYPORT_R_BUFSIZE
Packit 514978
Packit 514978
/* Define to 1 if you have AF_INET6. */
Packit 514978
#undef HAVE_AF_INET6
Packit 514978
Packit 514978
/* Define to 1 if you have the <arpa/inet.h> header file. */
Packit 514978
#undef HAVE_ARPA_INET_H
Packit 514978
Packit 514978
/* Define to 1 if you have the <arpa/nameser_compat.h> header file. */
Packit 514978
#undef HAVE_ARPA_NAMESER_COMPAT_H
Packit 514978
Packit 514978
/* Define to 1 if you have the <arpa/nameser.h> header file. */
Packit 514978
#undef HAVE_ARPA_NAMESER_H
Packit 514978
Packit 514978
/* Define to 1 if you have the <assert.h> header file. */
Packit 514978
#undef HAVE_ASSERT_H
Packit 514978
Packit 514978
/* Define to 1 if you have the `bitncmp' function. */
Packit 514978
#undef HAVE_BITNCMP
Packit 514978
Packit 514978
/* Define to 1 if bool is an available type. */
Packit 514978
#undef HAVE_BOOL_T
Packit 514978
Packit 514978
/* Define to 1 if you have the clock_gettime function and monotonic timer. */
Packit 514978
#undef HAVE_CLOCK_GETTIME_MONOTONIC
Packit 514978
Packit 514978
/* Define to 1 if you have the closesocket function. */
Packit 514978
#undef HAVE_CLOSESOCKET
Packit 514978
Packit 514978
/* Define to 1 if you have the CloseSocket camel case function. */
Packit 514978
#undef HAVE_CLOSESOCKET_CAMEL
Packit 514978
Packit 514978
/* Define to 1 if you have the connect function. */
Packit 514978
#undef HAVE_CONNECT
Packit 514978
Packit 514978
/* define if the compiler supports basic C++11 syntax */
Packit 514978
#undef HAVE_CXX11
Packit 514978
Packit 514978
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit 514978
#undef HAVE_DLFCN_H
Packit 514978
Packit 514978
/* Define to 1 if you have the <errno.h> header file. */
Packit 514978
#undef HAVE_ERRNO_H
Packit 514978
Packit 514978
/* Define to 1 if you have the fcntl function. */
Packit 514978
#undef HAVE_FCNTL
Packit 514978
Packit 514978
/* Define to 1 if you have the <fcntl.h> header file. */
Packit 514978
#undef HAVE_FCNTL_H
Packit 514978
Packit 514978
/* Define to 1 if you have a working fcntl O_NONBLOCK function. */
Packit 514978
#undef HAVE_FCNTL_O_NONBLOCK
Packit 514978
Packit 514978
/* Define to 1 if you have the freeaddrinfo function. */
Packit 514978
#undef HAVE_FREEADDRINFO
Packit 514978
Packit 514978
/* Define to 1 if you have a working getaddrinfo function. */
Packit 514978
#undef HAVE_GETADDRINFO
Packit 514978
Packit 514978
/* Define to 1 if the getaddrinfo function is threadsafe. */
Packit 514978
#undef HAVE_GETADDRINFO_THREADSAFE
Packit 514978
Packit 514978
/* Define to 1 if you have the getenv function. */
Packit 514978
#undef HAVE_GETENV
Packit 514978
Packit 514978
/* Define to 1 if you have the gethostbyaddr function. */
Packit 514978
#undef HAVE_GETHOSTBYADDR
Packit 514978
Packit 514978
/* Define to 1 if you have the gethostbyname function. */
Packit 514978
#undef HAVE_GETHOSTBYNAME
Packit 514978
Packit 514978
/* Define to 1 if you have the gethostname function. */
Packit 514978
#undef HAVE_GETHOSTNAME
Packit 514978
Packit 514978
/* Define to 1 if you have the getnameinfo function. */
Packit 514978
#undef HAVE_GETNAMEINFO
Packit 514978
Packit 514978
/* Define to 1 if you have the getservbyport_r function. */
Packit 514978
#undef HAVE_GETSERVBYPORT_R
Packit 514978
Packit 514978
/* Define to 1 if you have the `gettimeofday' function. */
Packit 514978
#undef HAVE_GETTIMEOFDAY
Packit 514978
Packit 514978
/* Define to 1 if you have the `if_indextoname' function. */
Packit 514978
#undef HAVE_IF_INDEXTONAME
Packit 514978
Packit 514978
/* Define to 1 if you have a IPv6 capable working inet_net_pton function. */
Packit 514978
#undef HAVE_INET_NET_PTON
Packit 514978
Packit 514978
/* Define to 1 if you have a IPv6 capable working inet_ntop function. */
Packit 514978
#undef HAVE_INET_NTOP
Packit 514978
Packit 514978
/* Define to 1 if you have a IPv6 capable working inet_pton function. */
Packit 514978
#undef HAVE_INET_PTON
Packit 514978
Packit 514978
/* Define to 1 if you have the <inttypes.h> header file. */
Packit 514978
#undef HAVE_INTTYPES_H
Packit 514978
Packit 514978
/* Define to 1 if you have the ioctl function. */
Packit 514978
#undef HAVE_IOCTL
Packit 514978
Packit 514978
/* Define to 1 if you have the ioctlsocket function. */
Packit 514978
#undef HAVE_IOCTLSOCKET
Packit 514978
Packit 514978
/* Define to 1 if you have the IoctlSocket camel case function. */
Packit 514978
#undef HAVE_IOCTLSOCKET_CAMEL
Packit 514978
Packit 514978
/* Define to 1 if you have a working IoctlSocket camel case FIONBIO function.
Packit 514978
   */
Packit 514978
#undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO
Packit 514978
Packit 514978
/* Define to 1 if you have a working ioctlsocket FIONBIO function. */
Packit 514978
#undef HAVE_IOCTLSOCKET_FIONBIO
Packit 514978
Packit 514978
/* Define to 1 if you have a working ioctl FIONBIO function. */
Packit 514978
#undef HAVE_IOCTL_FIONBIO
Packit 514978
Packit 514978
/* Define to 1 if you have a working ioctl SIOCGIFADDR function. */
Packit 514978
#undef HAVE_IOCTL_SIOCGIFADDR
Packit 514978
Packit 514978
/* Define to 1 if you have the `resolve' library (-lresolve). */
Packit 514978
#undef HAVE_LIBRESOLVE
Packit 514978
Packit 514978
/* Define to 1 if you have the <limits.h> header file. */
Packit 514978
#undef HAVE_LIMITS_H
Packit 514978
Packit 514978
/* if your compiler supports LL */
Packit 514978
#undef HAVE_LL
Packit 514978
Packit 514978
/* Define to 1 if the compiler supports the 'long long' data type. */
Packit 514978
#undef HAVE_LONGLONG
Packit 514978
Packit 514978
/* Define to 1 if you have the malloc.h header file. */
Packit 514978
#undef HAVE_MALLOC_H
Packit 514978
Packit 514978
/* Define to 1 if you have the memory.h header file. */
Packit 514978
#undef HAVE_MEMORY_H
Packit 514978
Packit 514978
/* Define to 1 if you have the MSG_NOSIGNAL flag. */
Packit 514978
#undef HAVE_MSG_NOSIGNAL
Packit 514978
Packit 514978
/* Define to 1 if you have the <netdb.h> header file. */
Packit 514978
#undef HAVE_NETDB_H
Packit 514978
Packit 514978
/* Define to 1 if you have the <netinet/in.h> header file. */
Packit 514978
#undef HAVE_NETINET_IN_H
Packit 514978
Packit 514978
/* Define to 1 if you have the <netinet/tcp.h> header file. */
Packit 514978
#undef HAVE_NETINET_TCP_H
Packit 514978
Packit 514978
/* Define to 1 if you have the <net/if.h> header file. */
Packit 514978
#undef HAVE_NET_IF_H
Packit 514978
Packit 514978
/* Define to 1 if you have PF_INET6. */
Packit 514978
#undef HAVE_PF_INET6
Packit 514978
Packit 514978
/* Define to 1 if you have the recv function. */
Packit 514978
#undef HAVE_RECV
Packit 514978
Packit 514978
/* Define to 1 if you have the recvfrom function. */
Packit 514978
#undef HAVE_RECVFROM
Packit 514978
Packit 514978
/* Define to 1 if you have the send function. */
Packit 514978
#undef HAVE_SEND
Packit 514978
Packit 514978
/* Define to 1 if you have the setsockopt function. */
Packit 514978
#undef HAVE_SETSOCKOPT
Packit 514978
Packit 514978
/* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
Packit 514978
#undef HAVE_SETSOCKOPT_SO_NONBLOCK
Packit 514978
Packit 514978
/* Define to 1 if you have the <signal.h> header file. */
Packit 514978
#undef HAVE_SIGNAL_H
Packit 514978
Packit 514978
/* Define to 1 if sig_atomic_t is an available typedef. */
Packit 514978
#undef HAVE_SIG_ATOMIC_T
Packit 514978
Packit 514978
/* Define to 1 if sig_atomic_t is already defined as volatile. */
Packit 514978
#undef HAVE_SIG_ATOMIC_T_VOLATILE
Packit 514978
Packit 514978
/* Define to 1 if your struct sockaddr_in6 has sin6_scope_id. */
Packit 514978
#undef HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID
Packit 514978
Packit 514978
/* Define to 1 if you have the socket function. */
Packit 514978
#undef HAVE_SOCKET
Packit 514978
Packit 514978
/* Define to 1 if you have the <socket.h> header file. */
Packit 514978
#undef HAVE_SOCKET_H
Packit 514978
Packit 514978
/* Define to 1 if you have the <stdbool.h> header file. */
Packit 514978
#undef HAVE_STDBOOL_H
Packit 514978
Packit 514978
/* Define to 1 if you have the <stdint.h> header file. */
Packit 514978
#undef HAVE_STDINT_H
Packit 514978
Packit 514978
/* Define to 1 if you have the <stdlib.h> header file. */
Packit 514978
#undef HAVE_STDLIB_H
Packit 514978
Packit 514978
/* Define to 1 if you have the strcasecmp function. */
Packit 514978
#undef HAVE_STRCASECMP
Packit 514978
Packit 514978
/* Define to 1 if you have the strcmpi function. */
Packit 514978
#undef HAVE_STRCMPI
Packit 514978
Packit 514978
/* Define to 1 if you have the strdup function. */
Packit 514978
#undef HAVE_STRDUP
Packit 514978
Packit 514978
/* Define to 1 if you have the stricmp function. */
Packit 514978
#undef HAVE_STRICMP
Packit 514978
Packit 514978
/* Define to 1 if you have the <strings.h> header file. */
Packit 514978
#undef HAVE_STRINGS_H
Packit 514978
Packit 514978
/* Define to 1 if you have the <string.h> header file. */
Packit 514978
#undef HAVE_STRING_H
Packit 514978
Packit 514978
/* Define to 1 if you have the strncasecmp function. */
Packit 514978
#undef HAVE_STRNCASECMP
Packit 514978
Packit 514978
/* Define to 1 if you have the strncmpi function. */
Packit 514978
#undef HAVE_STRNCMPI
Packit 514978
Packit 514978
/* Define to 1 if you have the strnicmp function. */
Packit 514978
#undef HAVE_STRNICMP
Packit 514978
Packit 514978
/* Define to 1 if you have the <stropts.h> header file. */
Packit 514978
#undef HAVE_STROPTS_H
Packit 514978
Packit 514978
/* Define to 1 if you have struct addrinfo. */
Packit 514978
#undef HAVE_STRUCT_ADDRINFO
Packit 514978
Packit 514978
/* Define to 1 if you have struct in6_addr. */
Packit 514978
#undef HAVE_STRUCT_IN6_ADDR
Packit 514978
Packit 514978
/* Define to 1 if you have struct sockaddr_in6. */
Packit 514978
#undef HAVE_STRUCT_SOCKADDR_IN6
Packit 514978
Packit 514978
/* if struct sockaddr_storage is defined */
Packit 514978
#undef HAVE_STRUCT_SOCKADDR_STORAGE
Packit 514978
Packit 514978
/* Define to 1 if you have the timeval struct. */
Packit 514978
#undef HAVE_STRUCT_TIMEVAL
Packit 514978
Packit 514978
/* Define to 1 if you have the <sys/ioctl.h> header file. */
Packit 514978
#undef HAVE_SYS_IOCTL_H
Packit 514978
Packit 514978
/* Define to 1 if you have the <sys/param.h> header file. */
Packit 514978
#undef HAVE_SYS_PARAM_H
Packit 514978
Packit 514978
/* Define to 1 if you have the <sys/select.h> header file. */
Packit 514978
#undef HAVE_SYS_SELECT_H
Packit 514978
Packit 514978
/* Define to 1 if you have the <sys/socket.h> header file. */
Packit 514978
#undef HAVE_SYS_SOCKET_H
Packit 514978
Packit 514978
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit 514978
#undef HAVE_SYS_STAT_H
Packit 514978
Packit 514978
/* Define to 1 if you have the <sys/time.h> header file. */
Packit 514978
#undef HAVE_SYS_TIME_H
Packit 514978
Packit 514978
/* Define to 1 if you have the <sys/types.h> header file. */
Packit 514978
#undef HAVE_SYS_TYPES_H
Packit 514978
Packit 514978
/* Define to 1 if you have the <sys/uio.h> header file. */
Packit 514978
#undef HAVE_SYS_UIO_H
Packit 514978
Packit 514978
/* Define to 1 if you have the <time.h> header file. */
Packit 514978
#undef HAVE_TIME_H
Packit 514978
Packit 514978
/* Define to 1 if you have the <unistd.h> header file. */
Packit 514978
#undef HAVE_UNISTD_H
Packit 514978
Packit 514978
/* Define to 1 if you have the windows.h header file. */
Packit 514978
#undef HAVE_WINDOWS_H
Packit 514978
Packit 514978
/* Define to 1 if you have the winsock2.h header file. */
Packit 514978
#undef HAVE_WINSOCK2_H
Packit 514978
Packit 514978
/* Define to 1 if you have the winsock.h header file. */
Packit 514978
#undef HAVE_WINSOCK_H
Packit 514978
Packit 514978
/* Define to 1 if you have the writev function. */
Packit 514978
#undef HAVE_WRITEV
Packit 514978
Packit 514978
/* Define to 1 if you have the ws2tcpip.h header file. */
Packit 514978
#undef HAVE_WS2TCPIP_H
Packit 514978
Packit 514978
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit 514978
#undef LT_OBJDIR
Packit 514978
Packit 514978
/* Define to 1 if you need the malloc.h header file even with stdlib.h */
Packit 514978
#undef NEED_MALLOC_H
Packit 514978
Packit 514978
/* Define to 1 if you need the memory.h header file even with stdlib.h */
Packit 514978
#undef NEED_MEMORY_H
Packit 514978
Packit 514978
/* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
Packit 514978
#undef NEED_REENTRANT
Packit 514978
Packit 514978
/* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */
Packit 514978
#undef NEED_THREAD_SAFE
Packit 514978
Packit 514978
/* cpu-machine-OS */
Packit 514978
#undef OS
Packit 514978
Packit 514978
/* Name of package */
Packit 514978
#undef PACKAGE
Packit 514978
Packit 514978
/* Define to the address where bug reports for this package should be sent. */
Packit 514978
#undef PACKAGE_BUGREPORT
Packit 514978
Packit 514978
/* Define to the full name of this package. */
Packit 514978
#undef PACKAGE_NAME
Packit 514978
Packit 514978
/* Define to the full name and version of this package. */
Packit 514978
#undef PACKAGE_STRING
Packit 514978
Packit 514978
/* Define to the one symbol short name of this package. */
Packit 514978
#undef PACKAGE_TARNAME
Packit 514978
Packit 514978
/* Define to the home page for this package. */
Packit 514978
#undef PACKAGE_URL
Packit 514978
Packit 514978
/* Define to the version of this package. */
Packit 514978
#undef PACKAGE_VERSION
Packit 514978
Packit 514978
/* a suitable file/device to read random data from */
Packit 514978
#undef RANDOM_FILE
Packit 514978
Packit 514978
/* Define to the type qualifier pointed by arg 5 for recvfrom. */
Packit 514978
#undef RECVFROM_QUAL_ARG5
Packit 514978
Packit 514978
/* Define to the type of arg 1 for recvfrom. */
Packit 514978
#undef RECVFROM_TYPE_ARG1
Packit 514978
Packit 514978
/* Define to the type pointed by arg 2 for recvfrom. */
Packit 514978
#undef RECVFROM_TYPE_ARG2
Packit 514978
Packit 514978
/* Define to 1 if the type pointed by arg 2 for recvfrom is void. */
Packit 514978
#undef RECVFROM_TYPE_ARG2_IS_VOID
Packit 514978
Packit 514978
/* Define to the type of arg 3 for recvfrom. */
Packit 514978
#undef RECVFROM_TYPE_ARG3
Packit 514978
Packit 514978
/* Define to the type of arg 4 for recvfrom. */
Packit 514978
#undef RECVFROM_TYPE_ARG4
Packit 514978
Packit 514978
/* Define to the type pointed by arg 5 for recvfrom. */
Packit 514978
#undef RECVFROM_TYPE_ARG5
Packit 514978
Packit 514978
/* Define to 1 if the type pointed by arg 5 for recvfrom is void. */
Packit 514978
#undef RECVFROM_TYPE_ARG5_IS_VOID
Packit 514978
Packit 514978
/* Define to the type pointed by arg 6 for recvfrom. */
Packit 514978
#undef RECVFROM_TYPE_ARG6
Packit 514978
Packit 514978
/* Define to 1 if the type pointed by arg 6 for recvfrom is void. */
Packit 514978
#undef RECVFROM_TYPE_ARG6_IS_VOID
Packit 514978
Packit 514978
/* Define to the function return type for recvfrom. */
Packit 514978
#undef RECVFROM_TYPE_RETV
Packit 514978
Packit 514978
/* Define to the type of arg 1 for recv. */
Packit 514978
#undef RECV_TYPE_ARG1
Packit 514978
Packit 514978
/* Define to the type of arg 2 for recv. */
Packit 514978
#undef RECV_TYPE_ARG2
Packit 514978
Packit 514978
/* Define to the type of arg 3 for recv. */
Packit 514978
#undef RECV_TYPE_ARG3
Packit 514978
Packit 514978
/* Define to the type of arg 4 for recv. */
Packit 514978
#undef RECV_TYPE_ARG4
Packit 514978
Packit 514978
/* Define to the function return type for recv. */
Packit 514978
#undef RECV_TYPE_RETV
Packit 514978
Packit 514978
/* Define as the return type of signal handlers (`int' or `void'). */
Packit 514978
#undef RETSIGTYPE
Packit 514978
Packit 514978
/* Define to the type qualifier of arg 2 for send. */
Packit 514978
#undef SEND_QUAL_ARG2
Packit 514978
Packit 514978
/* Define to the type of arg 1 for send. */
Packit 514978
#undef SEND_TYPE_ARG1
Packit 514978
Packit 514978
/* Define to the type of arg 2 for send. */
Packit 514978
#undef SEND_TYPE_ARG2
Packit 514978
Packit 514978
/* Define to the type of arg 3 for send. */
Packit 514978
#undef SEND_TYPE_ARG3
Packit 514978
Packit 514978
/* Define to the type of arg 4 for send. */
Packit 514978
#undef SEND_TYPE_ARG4
Packit 514978
Packit 514978
/* Define to the function return type for send. */
Packit 514978
#undef SEND_TYPE_RETV
Packit 514978
Packit 514978
/* Define to 1 if you have the ANSI C header files. */
Packit 514978
#undef STDC_HEADERS
Packit 514978
Packit 514978
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
Packit 514978
#undef TIME_WITH_SYS_TIME
Packit 514978
Packit 514978
/* Define to disable non-blocking sockets. */
Packit 514978
#undef USE_BLOCKING_SOCKETS
Packit 514978
Packit 514978
/* Version number of package */
Packit 514978
#undef VERSION
Packit 514978
Packit 514978
/* Define to avoid automatic inclusion of winsock.h */
Packit 514978
#undef WIN32_LEAN_AND_MEAN
Packit 514978
Packit 514978
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
Packit 514978
   significant byte first (like Motorola and SPARC, unlike Intel). */
Packit 514978
#if defined AC_APPLE_UNIVERSAL_BUILD
Packit 514978
# if defined __BIG_ENDIAN__
Packit 514978
#  define WORDS_BIGENDIAN 1
Packit 514978
# endif
Packit 514978
#else
Packit 514978
# ifndef WORDS_BIGENDIAN
Packit 514978
#  undef WORDS_BIGENDIAN
Packit 514978
# endif
Packit 514978
#endif
Packit 514978
Packit 514978
/* Define to 1 if OS is AIX. */
Packit 514978
#ifndef _ALL_SOURCE
Packit 514978
#  undef _ALL_SOURCE
Packit 514978
#endif
Packit 514978
Packit 514978
/* Enable large inode numbers on Mac OS X 10.5.  */
Packit 514978
#ifndef _DARWIN_USE_64_BIT_INODE
Packit 514978
# define _DARWIN_USE_64_BIT_INODE 1
Packit 514978
#endif
Packit 514978
Packit 514978
/* Number of bits in a file offset, on hosts where this is settable. */
Packit 514978
#undef _FILE_OFFSET_BITS
Packit 514978
Packit 514978
/* Define for large files, on AIX-style hosts. */
Packit 514978
#undef _LARGE_FILES
Packit 514978
Packit 514978
/* Define to empty if `const' does not conform to ANSI C. */
Packit 514978
#undef const
Packit 514978
Packit 514978
/* Type to use in place of in_addr_t when system does not provide it. */
Packit 514978
#undef in_addr_t
Packit 514978
Packit 514978
/* Define to `unsigned int' if <sys/types.h> does not define. */
Packit 514978
#undef size_t