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