10e20ee16Smrg/* config.h.in. Generated from configure.ac by autoheader. */ 20e20ee16Smrg 38b648e79Smrg/* Define to 1 if you have the 'asprintf' function. */ 42f167a42Smrg#undef HAVE_ASPRINTF 52f167a42Smrg 63e6697d4Smrg/* Define to 1 if you have the <inttypes.h> header file. */ 73e6697d4Smrg#undef HAVE_INTTYPES_H 83e6697d4Smrg 9e6bced22Smrg/* Define to 1 if you have the <minix/config.h> header file. */ 10e6bced22Smrg#undef HAVE_MINIX_CONFIG_H 113e6697d4Smrg 123e6697d4Smrg/* Define to 1 if you have the <stdint.h> header file. */ 133e6697d4Smrg#undef HAVE_STDINT_H 143e6697d4Smrg 15e6bced22Smrg/* Define to 1 if you have the <stdio.h> header file. */ 16e6bced22Smrg#undef HAVE_STDIO_H 17e6bced22Smrg 183e6697d4Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 193e6697d4Smrg#undef HAVE_STDLIB_H 203e6697d4Smrg 213e6697d4Smrg/* Define to 1 if you have the <strings.h> header file. */ 223e6697d4Smrg#undef HAVE_STRINGS_H 233e6697d4Smrg 243e6697d4Smrg/* Define to 1 if you have the <string.h> header file. */ 253e6697d4Smrg#undef HAVE_STRING_H 263e6697d4Smrg 273e6697d4Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 283e6697d4Smrg#undef HAVE_SYS_STAT_H 293e6697d4Smrg 303e6697d4Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 313e6697d4Smrg#undef HAVE_SYS_TYPES_H 323e6697d4Smrg 333e6697d4Smrg/* Define to 1 if you have the <unistd.h> header file. */ 343e6697d4Smrg#undef HAVE_UNISTD_H 353e6697d4Smrg 36e6bced22Smrg/* Define to 1 if you have the <wchar.h> header file. */ 37e6bced22Smrg#undef HAVE_WCHAR_H 38e6bced22Smrg 390e20ee16Smrg/* Name of package */ 400e20ee16Smrg#undef PACKAGE 410e20ee16Smrg 420e20ee16Smrg/* Define to the address where bug reports for this package should be sent. */ 430e20ee16Smrg#undef PACKAGE_BUGREPORT 440e20ee16Smrg 450e20ee16Smrg/* Define to the full name of this package. */ 460e20ee16Smrg#undef PACKAGE_NAME 470e20ee16Smrg 480e20ee16Smrg/* Define to the full name and version of this package. */ 490e20ee16Smrg#undef PACKAGE_STRING 500e20ee16Smrg 510e20ee16Smrg/* Define to the one symbol short name of this package. */ 520e20ee16Smrg#undef PACKAGE_TARNAME 530e20ee16Smrg 54c75e344aSmrg/* Define to the home page for this package. */ 55c75e344aSmrg#undef PACKAGE_URL 56c75e344aSmrg 570e20ee16Smrg/* Define to the version of this package. */ 580e20ee16Smrg#undef PACKAGE_VERSION 590e20ee16Smrg 603e6697d4Smrg/* Major version of this package */ 613e6697d4Smrg#undef PACKAGE_VERSION_MAJOR 623e6697d4Smrg 633e6697d4Smrg/* Minor version of this package */ 643e6697d4Smrg#undef PACKAGE_VERSION_MINOR 653e6697d4Smrg 663e6697d4Smrg/* Patch version of this package */ 673e6697d4Smrg#undef PACKAGE_VERSION_PATCHLEVEL 683e6697d4Smrg 698b648e79Smrg/* Define to 1 if all of the C89 standard headers exist (not just the ones 70e6bced22Smrg required in a freestanding environment). This macro is provided for 71e6bced22Smrg backward compatibility; new code need not use it. */ 723e6697d4Smrg#undef STDC_HEADERS 733e6697d4Smrg 748b648e79Smrg/* Enable extensions on AIX, Interix, z/OS. */ 752f167a42Smrg#ifndef _ALL_SOURCE 762f167a42Smrg# undef _ALL_SOURCE 772f167a42Smrg#endif 78e6bced22Smrg/* Enable general extensions on macOS. */ 79e6bced22Smrg#ifndef _DARWIN_C_SOURCE 80e6bced22Smrg# undef _DARWIN_C_SOURCE 81e6bced22Smrg#endif 82e6bced22Smrg/* Enable general extensions on Solaris. */ 83e6bced22Smrg#ifndef __EXTENSIONS__ 84e6bced22Smrg# undef __EXTENSIONS__ 85e6bced22Smrg#endif 862f167a42Smrg/* Enable GNU extensions on systems that have them. */ 872f167a42Smrg#ifndef _GNU_SOURCE 882f167a42Smrg# undef _GNU_SOURCE 892f167a42Smrg#endif 90e6bced22Smrg/* Enable X/Open compliant socket functions that do not require linking 91e6bced22Smrg with -lxnet on HP-UX 11.11. */ 92e6bced22Smrg#ifndef _HPUX_ALT_XOPEN_SOCKET_API 93e6bced22Smrg# undef _HPUX_ALT_XOPEN_SOCKET_API 94e6bced22Smrg#endif 95e6bced22Smrg/* Identify the host operating system as Minix. 96e6bced22Smrg This macro does not affect the system headers' behavior. 97e6bced22Smrg A future release of Autoconf may stop defining this macro. */ 98e6bced22Smrg#ifndef _MINIX 99e6bced22Smrg# undef _MINIX 100e6bced22Smrg#endif 101e6bced22Smrg/* Enable general extensions on NetBSD. 102e6bced22Smrg Enable NetBSD compatibility extensions on Minix. */ 103e6bced22Smrg#ifndef _NETBSD_SOURCE 104e6bced22Smrg# undef _NETBSD_SOURCE 105e6bced22Smrg#endif 106e6bced22Smrg/* Enable OpenBSD compatibility extensions on NetBSD. 107e6bced22Smrg Oddly enough, this does nothing on OpenBSD. */ 108e6bced22Smrg#ifndef _OPENBSD_SOURCE 109e6bced22Smrg# undef _OPENBSD_SOURCE 110e6bced22Smrg#endif 111e6bced22Smrg/* Define to 1 if needed for POSIX-compatible behavior. */ 112e6bced22Smrg#ifndef _POSIX_SOURCE 113e6bced22Smrg# undef _POSIX_SOURCE 114e6bced22Smrg#endif 115e6bced22Smrg/* Define to 2 if needed for POSIX-compatible behavior. */ 116e6bced22Smrg#ifndef _POSIX_1_SOURCE 117e6bced22Smrg# undef _POSIX_1_SOURCE 118e6bced22Smrg#endif 119e6bced22Smrg/* Enable POSIX-compatible threading on Solaris. */ 1202f167a42Smrg#ifndef _POSIX_PTHREAD_SEMANTICS 1212f167a42Smrg# undef _POSIX_PTHREAD_SEMANTICS 1222f167a42Smrg#endif 123e6bced22Smrg/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ 124e6bced22Smrg#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 125e6bced22Smrg# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 126e6bced22Smrg#endif 127e6bced22Smrg/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ 128e6bced22Smrg#ifndef __STDC_WANT_IEC_60559_BFP_EXT__ 129e6bced22Smrg# undef __STDC_WANT_IEC_60559_BFP_EXT__ 130e6bced22Smrg#endif 131e6bced22Smrg/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ 132e6bced22Smrg#ifndef __STDC_WANT_IEC_60559_DFP_EXT__ 133e6bced22Smrg# undef __STDC_WANT_IEC_60559_DFP_EXT__ 134e6bced22Smrg#endif 1358b648e79Smrg/* Enable extensions specified by C23 Annex F. */ 1368b648e79Smrg#ifndef __STDC_WANT_IEC_60559_EXT__ 1378b648e79Smrg# undef __STDC_WANT_IEC_60559_EXT__ 1388b648e79Smrg#endif 139e6bced22Smrg/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ 140e6bced22Smrg#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ 141e6bced22Smrg# undef __STDC_WANT_IEC_60559_FUNCS_EXT__ 142e6bced22Smrg#endif 1438b648e79Smrg/* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015. */ 144e6bced22Smrg#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ 145e6bced22Smrg# undef __STDC_WANT_IEC_60559_TYPES_EXT__ 146e6bced22Smrg#endif 147e6bced22Smrg/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ 148e6bced22Smrg#ifndef __STDC_WANT_LIB_EXT2__ 149e6bced22Smrg# undef __STDC_WANT_LIB_EXT2__ 150e6bced22Smrg#endif 151e6bced22Smrg/* Enable extensions specified by ISO/IEC 24747:2009. */ 152e6bced22Smrg#ifndef __STDC_WANT_MATH_SPEC_FUNCS__ 153e6bced22Smrg# undef __STDC_WANT_MATH_SPEC_FUNCS__ 154e6bced22Smrg#endif 1552f167a42Smrg/* Enable extensions on HP NonStop. */ 1562f167a42Smrg#ifndef _TANDEM_SOURCE 1572f167a42Smrg# undef _TANDEM_SOURCE 1582f167a42Smrg#endif 159e6bced22Smrg/* Enable X/Open extensions. Define to 500 only if necessary 160e6bced22Smrg to make mbstate_t available. */ 161e6bced22Smrg#ifndef _XOPEN_SOURCE 162e6bced22Smrg# undef _XOPEN_SOURCE 1632f167a42Smrg#endif 1642f167a42Smrg 1652f167a42Smrg 1660e20ee16Smrg/* Version number of package */ 1670e20ee16Smrg#undef VERSION 1688b648e79Smrg 1698b648e79Smrg/* Number of bits in a file offset, on hosts where this is settable. */ 1708b648e79Smrg#undef _FILE_OFFSET_BITS 1718b648e79Smrg 1728b648e79Smrg/* Define to 1 on platforms where this makes off_t a 64-bit type. */ 1738b648e79Smrg#undef _LARGE_FILES 1748b648e79Smrg 1758b648e79Smrg/* Number of bits in time_t, on hosts where this is settable. */ 1768b648e79Smrg#undef _TIME_BITS 1778b648e79Smrg 1788b648e79Smrg/* Define to 1 on platforms where this makes time_t a 64-bit type. */ 1798b648e79Smrg#undef __MINGW_USE_VC2005_COMPAT 180