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