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