1/* config.h.in. Generated from configure.ac by autoheader. */ 2 3/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */ 4#undef BSD44SOCKETS 5 6/* Define to 1 if you have the 'arc4random_buf' function. */ 7#undef HAVE_ARC4RANDOM_BUF 8 9/* Define to 1 if you have the 'asprintf' function. */ 10#undef HAVE_ASPRINTF 11 12/* Define to 1 if you have the <dlfcn.h> header file. */ 13#undef HAVE_DLFCN_H 14 15/* Define to 1 if you have the 'getentropy' function. */ 16#undef HAVE_GETENTROPY 17 18/* Define to 1 if you have the <inttypes.h> header file. */ 19#undef HAVE_INTTYPES_H 20 21/* Define to 1 if you have the 'ws2_32' library (-lws2_32). */ 22#undef HAVE_LIBWS2_32 23 24/* Define to 1 if you have the <minix/config.h> header file. */ 25#undef HAVE_MINIX_CONFIG_H 26 27/* Define to 1 if the system has the type 'socklen_t'. */ 28#undef HAVE_SOCKLEN_T 29 30/* Define to 1 if you have the <stdint.h> header file. */ 31#undef HAVE_STDINT_H 32 33/* Define to 1 if you have the <stdio.h> header file. */ 34#undef HAVE_STDIO_H 35 36/* Define to 1 if you have the <stdlib.h> header file. */ 37#undef HAVE_STDLIB_H 38 39/* Define to 1 if you have the 'strcasecmp' function. */ 40#undef HAVE_STRCASECMP 41 42/* Define to 1 if you have the <strings.h> header file. */ 43#undef HAVE_STRINGS_H 44 45/* Define to 1 if you have the <string.h> header file. */ 46#undef HAVE_STRING_H 47 48/* Define to 1 if you have the 'strlcpy' function. */ 49#undef HAVE_STRLCPY 50 51/* Define to 1 if you have the <sys/stat.h> header file. */ 52#undef HAVE_SYS_STAT_H 53 54/* Define to 1 if you have the <sys/types.h> header file. */ 55#undef HAVE_SYS_TYPES_H 56 57/* Define to 1 if you have the <unistd.h> header file. */ 58#undef HAVE_UNISTD_H 59 60/* Define to 1 if you have the <wchar.h> header file. */ 61#undef HAVE_WCHAR_H 62 63/* Xtrans transport type */ 64#undef ICE_t 65 66/* Support IPv6 for TCP connections */ 67#undef IPv6 68 69/* Support os-specific local connections */ 70#undef LOCALCONN 71 72/* Define to the sub-directory where libtool stores uninstalled libraries. */ 73#undef LT_OBJDIR 74 75/* Name of package */ 76#undef PACKAGE 77 78/* Define to the address where bug reports for this package should be sent. */ 79#undef PACKAGE_BUGREPORT 80 81/* Define to the full name of this package. */ 82#undef PACKAGE_NAME 83 84/* Define to the full name and version of this package. */ 85#undef PACKAGE_STRING 86 87/* Define to the one symbol short name of this package. */ 88#undef PACKAGE_TARNAME 89 90/* Define to the home page for this package. */ 91#undef PACKAGE_URL 92 93/* Define to the version of this package. */ 94#undef PACKAGE_VERSION 95 96/* Major version of this package */ 97#undef PACKAGE_VERSION_MAJOR 98 99/* Minor version of this package */ 100#undef PACKAGE_VERSION_MINOR 101 102/* Patch version of this package */ 103#undef PACKAGE_VERSION_PATCHLEVEL 104 105/* Define to 1 if all of the C89 standard headers exist (not just the ones 106 required in a freestanding environment). This macro is provided for 107 backward compatibility; new code need not use it. */ 108#undef STDC_HEADERS 109 110/* Support TCP socket connections */ 111#undef TCPCONN 112 113/* Xtrans transport client code */ 114#undef TRANS_CLIENT 115 116/* Xtrans transport server code */ 117#undef TRANS_SERVER 118 119/* Support UNIX socket connections */ 120#undef UNIXCONN 121 122/* Enable extensions on AIX, Interix, z/OS. */ 123#ifndef _ALL_SOURCE 124# undef _ALL_SOURCE 125#endif 126/* Enable general extensions on macOS. */ 127#ifndef _DARWIN_C_SOURCE 128# undef _DARWIN_C_SOURCE 129#endif 130/* Enable general extensions on Solaris. */ 131#ifndef __EXTENSIONS__ 132# undef __EXTENSIONS__ 133#endif 134/* Enable GNU extensions on systems that have them. */ 135#ifndef _GNU_SOURCE 136# undef _GNU_SOURCE 137#endif 138/* Enable X/Open compliant socket functions that do not require linking 139 with -lxnet on HP-UX 11.11. */ 140#ifndef _HPUX_ALT_XOPEN_SOCKET_API 141# undef _HPUX_ALT_XOPEN_SOCKET_API 142#endif 143/* Identify the host operating system as Minix. 144 This macro does not affect the system headers' behavior. 145 A future release of Autoconf may stop defining this macro. */ 146#ifndef _MINIX 147# undef _MINIX 148#endif 149/* Enable general extensions on NetBSD. 150 Enable NetBSD compatibility extensions on Minix. */ 151#ifndef _NETBSD_SOURCE 152# undef _NETBSD_SOURCE 153#endif 154/* Enable OpenBSD compatibility extensions on NetBSD. 155 Oddly enough, this does nothing on OpenBSD. */ 156#ifndef _OPENBSD_SOURCE 157# undef _OPENBSD_SOURCE 158#endif 159/* Define to 1 if needed for POSIX-compatible behavior. */ 160#ifndef _POSIX_SOURCE 161# undef _POSIX_SOURCE 162#endif 163/* Define to 2 if needed for POSIX-compatible behavior. */ 164#ifndef _POSIX_1_SOURCE 165# undef _POSIX_1_SOURCE 166#endif 167/* Enable POSIX-compatible threading on Solaris. */ 168#ifndef _POSIX_PTHREAD_SEMANTICS 169# undef _POSIX_PTHREAD_SEMANTICS 170#endif 171/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ 172#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 173# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 174#endif 175/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ 176#ifndef __STDC_WANT_IEC_60559_BFP_EXT__ 177# undef __STDC_WANT_IEC_60559_BFP_EXT__ 178#endif 179/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ 180#ifndef __STDC_WANT_IEC_60559_DFP_EXT__ 181# undef __STDC_WANT_IEC_60559_DFP_EXT__ 182#endif 183/* Enable extensions specified by C23 Annex F. */ 184#ifndef __STDC_WANT_IEC_60559_EXT__ 185# undef __STDC_WANT_IEC_60559_EXT__ 186#endif 187/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ 188#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ 189# undef __STDC_WANT_IEC_60559_FUNCS_EXT__ 190#endif 191/* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015. */ 192#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ 193# undef __STDC_WANT_IEC_60559_TYPES_EXT__ 194#endif 195/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ 196#ifndef __STDC_WANT_LIB_EXT2__ 197# undef __STDC_WANT_LIB_EXT2__ 198#endif 199/* Enable extensions specified by ISO/IEC 24747:2009. */ 200#ifndef __STDC_WANT_MATH_SPEC_FUNCS__ 201# undef __STDC_WANT_MATH_SPEC_FUNCS__ 202#endif 203/* Enable extensions on HP NonStop. */ 204#ifndef _TANDEM_SOURCE 205# undef _TANDEM_SOURCE 206#endif 207/* Enable X/Open extensions. Define to 500 only if necessary 208 to make mbstate_t available. */ 209#ifndef _XOPEN_SOURCE 210# undef _XOPEN_SOURCE 211#endif 212 213 214/* Version number of package */ 215#undef VERSION 216 217/* Number of bits in a file offset, on hosts where this is settable. */ 218#undef _FILE_OFFSET_BITS 219 220/* Define to 1 on platforms where this makes off_t a 64-bit type. */ 221#undef _LARGE_FILES 222 223/* Number of bits in time_t, on hosts where this is settable. */ 224#undef _TIME_BITS 225 226/* Defined if needed to expose struct msghdr.msg_control */ 227#undef _XOPEN_SOURCE 228 229/* Define to 1 on platforms where this makes time_t a 64-bit type. */ 230#undef __MINGW_USE_VC2005_COMPAT 231