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