config.h.in revision 05789e77
1/* config.h.in. Generated from configure.ac by autoheader. */ 2 3/* Define to 1 if you have the <dlfcn.h> header file. */ 4#undef HAVE_DLFCN_H 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 <minix/config.h> header file. */ 10#undef HAVE_MINIX_CONFIG_H 11 12/* Define to 1 if you have the 'reallocarray' function. */ 13#undef HAVE_REALLOCARRAY 14 15/* Define to 1 if you have the <stdint.h> header file. */ 16#undef HAVE_STDINT_H 17 18/* Define to 1 if you have the <stdio.h> header file. */ 19#undef HAVE_STDIO_H 20 21/* Define to 1 if you have the <stdlib.h> header file. */ 22#undef HAVE_STDLIB_H 23 24/* Define to 1 if you have the <strings.h> header file. */ 25#undef HAVE_STRINGS_H 26 27/* Define to 1 if you have the <string.h> header file. */ 28#undef HAVE_STRING_H 29 30/* Define to 1 if you have the <sys/stat.h> header file. */ 31#undef HAVE_SYS_STAT_H 32 33/* Define to 1 if you have the <sys/types.h> header file. */ 34#undef HAVE_SYS_TYPES_H 35 36/* Define to 1 if you have the <unistd.h> header file. */ 37#undef HAVE_UNISTD_H 38 39/* Define to 1 if you have the <wchar.h> header file. */ 40#undef HAVE_WCHAR_H 41 42/* Define to 1 if the system has the `__builtin_popcountl' built-in function 43 */ 44#undef HAVE___BUILTIN_POPCOUNTL 45 46/* Define to the sub-directory where libtool stores uninstalled libraries. */ 47#undef LT_OBJDIR 48 49/* Name of package */ 50#undef PACKAGE 51 52/* Define to the address where bug reports for this package should be sent. */ 53#undef PACKAGE_BUGREPORT 54 55/* Define to the full name of this package. */ 56#undef PACKAGE_NAME 57 58/* Define to the full name and version of this package. */ 59#undef PACKAGE_STRING 60 61/* Define to the one symbol short name of this package. */ 62#undef PACKAGE_TARNAME 63 64/* Define to the home page for this package. */ 65#undef PACKAGE_URL 66 67/* Define to the version of this package. */ 68#undef PACKAGE_VERSION 69 70/* Major version of this package */ 71#undef PACKAGE_VERSION_MAJOR 72 73/* Minor version of this package */ 74#undef PACKAGE_VERSION_MINOR 75 76/* Patch version of this package */ 77#undef PACKAGE_VERSION_PATCHLEVEL 78 79/* Define to 1 if all of the C89 standard headers exist (not just the ones 80 required in a freestanding environment). This macro is provided for 81 backward compatibility; new code need not use it. */ 82#undef STDC_HEADERS 83 84/* Enable extensions on AIX, Interix, z/OS. */ 85#ifndef _ALL_SOURCE 86# undef _ALL_SOURCE 87#endif 88/* Enable general extensions on macOS. */ 89#ifndef _DARWIN_C_SOURCE 90# undef _DARWIN_C_SOURCE 91#endif 92/* Enable general extensions on Solaris. */ 93#ifndef __EXTENSIONS__ 94# undef __EXTENSIONS__ 95#endif 96/* Enable GNU extensions on systems that have them. */ 97#ifndef _GNU_SOURCE 98# undef _GNU_SOURCE 99#endif 100/* Enable X/Open compliant socket functions that do not require linking 101 with -lxnet on HP-UX 11.11. */ 102#ifndef _HPUX_ALT_XOPEN_SOCKET_API 103# undef _HPUX_ALT_XOPEN_SOCKET_API 104#endif 105/* Identify the host operating system as Minix. 106 This macro does not affect the system headers' behavior. 107 A future release of Autoconf may stop defining this macro. */ 108#ifndef _MINIX 109# undef _MINIX 110#endif 111/* Enable general extensions on NetBSD. 112 Enable NetBSD compatibility extensions on Minix. */ 113#ifndef _NETBSD_SOURCE 114# undef _NETBSD_SOURCE 115#endif 116/* Enable OpenBSD compatibility extensions on NetBSD. 117 Oddly enough, this does nothing on OpenBSD. */ 118#ifndef _OPENBSD_SOURCE 119# undef _OPENBSD_SOURCE 120#endif 121/* Define to 1 if needed for POSIX-compatible behavior. */ 122#ifndef _POSIX_SOURCE 123# undef _POSIX_SOURCE 124#endif 125/* Define to 2 if needed for POSIX-compatible behavior. */ 126#ifndef _POSIX_1_SOURCE 127# undef _POSIX_1_SOURCE 128#endif 129/* Enable POSIX-compatible threading on Solaris. */ 130#ifndef _POSIX_PTHREAD_SEMANTICS 131# undef _POSIX_PTHREAD_SEMANTICS 132#endif 133/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ 134#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 135# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 136#endif 137/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ 138#ifndef __STDC_WANT_IEC_60559_BFP_EXT__ 139# undef __STDC_WANT_IEC_60559_BFP_EXT__ 140#endif 141/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ 142#ifndef __STDC_WANT_IEC_60559_DFP_EXT__ 143# undef __STDC_WANT_IEC_60559_DFP_EXT__ 144#endif 145/* Enable extensions specified by C23 Annex F. */ 146#ifndef __STDC_WANT_IEC_60559_EXT__ 147# undef __STDC_WANT_IEC_60559_EXT__ 148#endif 149/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ 150#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ 151# undef __STDC_WANT_IEC_60559_FUNCS_EXT__ 152#endif 153/* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015. */ 154#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ 155# undef __STDC_WANT_IEC_60559_TYPES_EXT__ 156#endif 157/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ 158#ifndef __STDC_WANT_LIB_EXT2__ 159# undef __STDC_WANT_LIB_EXT2__ 160#endif 161/* Enable extensions specified by ISO/IEC 24747:2009. */ 162#ifndef __STDC_WANT_MATH_SPEC_FUNCS__ 163# undef __STDC_WANT_MATH_SPEC_FUNCS__ 164#endif 165/* Enable extensions on HP NonStop. */ 166#ifndef _TANDEM_SOURCE 167# undef _TANDEM_SOURCE 168#endif 169/* Enable X/Open extensions. Define to 500 only if necessary 170 to make mbstate_t available. */ 171#ifndef _XOPEN_SOURCE 172# undef _XOPEN_SOURCE 173#endif 174 175 176/* Version number of package */ 177#undef VERSION 178