/* build_posix/config.hin. Generated from configure.ac by autoheader. */ /* Define if building universal (internal helper macro) */ #undef AC_APPLE_UNIVERSAL_BUILD /* Define to 1 to pause for debugger attach on failure. */ #undef HAVE_ATTACH /* LZ4 support automatically loaded. */ #undef HAVE_BUILTIN_EXTENSION_LZ4 /* Snappy support automatically loaded. */ #undef HAVE_BUILTIN_EXTENSION_SNAPPY /* Zlib support automatically loaded. */ #undef HAVE_BUILTIN_EXTENSION_ZLIB /* ZSTD support automatically loaded. */ #undef HAVE_BUILTIN_EXTENSION_ZSTD /* Define to 1 if you have the 'clock_gettime' function. */ #undef HAVE_CLOCK_GETTIME /* Define to 1 for diagnostic tests. */ #undef HAVE_DIAGNOSTIC /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H /* Define to 1 if you have the 'fallocate' function. */ #undef HAVE_FALLOCATE /* Define to 1 if you have the 'fdatasync' function. */ #undef HAVE_FDATASYNC /* Define to 1 if you have the 'ftruncate' function. */ #undef HAVE_FTRUNCATE /* Define to 1 if you have the 'gettimeofday' function. */ #undef HAVE_GETTIMEOFDAY /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the 'dl' library (-ldl). */ #undef HAVE_LIBDL /* Define to 1 if you have the 'lz4' library (-llz4). */ #undef HAVE_LIBLZ4 /* Define to 1 if you have the 'pthread' library (-lpthread). */ #undef HAVE_LIBPTHREAD /* Define to 1 if you have the 'rt' library (-lrt). */ #undef HAVE_LIBRT /* Define to 1 if you have the 'snappy' library (-lsnappy). */ #undef HAVE_LIBSNAPPY /* Define to 1 if you have the 'tcmalloc' library (-ltcmalloc). */ #undef HAVE_LIBTCMALLOC /* Define to 1 if you have the 'z' library (-lz). */ #undef HAVE_LIBZ /* Define to 1 if you have the 'zstd' library (-lzstd). */ #undef HAVE_LIBZSTD /* Define to 1 to disable any crc32 hardware support. */ #undef HAVE_NO_CRC32_HARDWARE /* Define to 1 if you have the 'posix_fadvise' function. */ #undef HAVE_POSIX_FADVISE /* Define to 1 if you have the 'posix_fallocate' function. */ #undef HAVE_POSIX_FALLOCATE /* Define to 1 if you have the 'posix_madvise' function. */ #undef HAVE_POSIX_MADVISE /* Define to 1 if `posix_memalign' works. */ #undef HAVE_POSIX_MEMALIGN /* Define to 1 if pthread condition variables support monotonic clocks. */ #undef HAVE_PTHREAD_COND_MONOTONIC /* Define to 1 if you have the 'setrlimit' function. */ #undef HAVE_SETRLIMIT /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDIO_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the 'strtouq' function. */ #undef HAVE_STRTOUQ /* Define to 1 if you have the 'sync_file_range' function. */ #undef HAVE_SYNC_FILE_RANGE /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the 'timer_create' function. */ #undef HAVE_TIMER_CREATE /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Define to 1 if you have the header file. */ #undef HAVE_X86INTRIN_H /* Define to the sub-directory where libtool stores uninstalled libraries. */ #undef LT_OBJDIR /* Name of package */ #undef PACKAGE /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the home page for this package. */ #undef PACKAGE_URL /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Spinlock type from mutex.h. */ #undef SPINLOCK_TYPE /* Define to 1 if all of the C89 standard headers exist (not just the ones required in a freestanding environment). This macro is provided for backward compatibility; new code need not use it. */ #undef STDC_HEADERS /* Version number of package */ #undef VERSION /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ #if defined AC_APPLE_UNIVERSAL_BUILD # if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 # endif #else # ifndef WORDS_BIGENDIAN # undef WORDS_BIGENDIAN # endif #endif /* Default alignment of buffers used for I/O */ #undef WT_BUFFER_ALIGNMENT_DEFAULT /* Define to 1 to support standalone build. */ #undef WT_STANDALONE_BUILD /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS /* Define to 1 on platforms where this makes off_t a 64-bit type. */ #undef _LARGE_FILES /* Number of bits in time_t, on hosts where this is settable. */ #undef _TIME_BITS /* Define to 1 on platforms where this makes time_t a 64-bit type. */ #undef __MINGW_USE_VC2005_COMPAT