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