📄 brew_config.in
字号:
/* Define to 1 if you want to build a version for running the test suite. *//* #undef CONFIG_TEST *//* We use DB_WIN32 much as one would use _WIN32 -- to specify that we're using an operating system environment that supports Win32 calls and semantics. We don't use _WIN32 because Cygwin/GCC also defines _WIN32, even though Cygwin/GCC closely emulates the Unix environment. *//* #undef DB_WIN32 *//* Define to 1 if you want a debugging version. */#if defined(_DEBUG)#if !defined(DEBUG)#define DEBUG 1#endif#endif/* Define to 1 if you want a version that logs read operations. *//* #undef DEBUG_ROP *//* Define to 1 if you want a version that logs write operations. *//* #undef DEBUG_WOP *//* Define to 1 if you want a version with run-time diagnostic checking. *//* #undef DIAGNOSTIC *//* Define to 1 if 64-bit types are available. *//* #undef HAVE_64BIT_TYPES *//* Define to 1 if you have the `abort' function. *//* #undef HAVE_ABORT *//* Define to 1 if you have the `atoi' function. */#define HAVE_ATOI 1/* Define to 1 if you have the `atol' function. *//* #undef HAVE_ATOL *//* Define to 1 if building BREW. */#define HAVE_BREW 1/* Define to 1 if building on BREW (SDK2). */#define HAVE_BREW_SDK2 1/* Define to 1 if you have the `clock_gettime' function. *//* #undef HAVE_CLOCK_GETTIME *//* Define to 1 if Berkeley DB release includes strong cryptography. *//* #undef HAVE_CRYPTO *//* Define to 1 if you have the `ctime_r' function. *//* #undef HAVE_CTIME_R *//* Define to 1 if ctime_r takes a buffer length as a third argument. *//* #undef HAVE_CTIME_R_3ARG *//* Define to 1 if you have the `directio' function. *//* #undef HAVE_DIRECTIO *//* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. *//* #undef HAVE_DIRENT_H *//* Define to 1 if you have the <dlfcn.h> header file. *//* #undef HAVE_DLFCN_H *//* Define to 1 if you have EXIT_SUCCESS/EXIT_FAILURE #defines. */#define HAVE_EXIT_SUCCESS 1/* Define to 1 if you have the `fchmod' function. *//* #undef HAVE_FCHMOD *//* Define to 1 if you have the `fclose' function. *//* #undef HAVE_FCLOSE *//* Define to 1 if you have the `fcntl' function. *//* #undef HAVE_FCNTL *//* Define to 1 if fcntl/F_SETFD denies child access to file descriptors. *//* #undef HAVE_FCNTL_F_SETFD *//* Define to 1 if you have the `fdatasync' function. *//* #undef HAVE_FDATASYNC *//* Define to 1 if you have the `fgetc' function. *//* #undef HAVE_FGETC *//* Define to 1 if you have the `fgets' function. *//* #undef HAVE_FGETS *//* Define to 1 if allocated filesystem blocks are not zeroed. */#define HAVE_FILESYSTEM_NOTZERO 1/* Define to 1 to build Berkeley DB with a fine-grained lock manager. *//* #undef HAVE_FINE_GRAINED_LOCK_MANAGER *//* Define to 1 if you have the `fopen' function. *//* #undef HAVE_FOPEN *//* Define to 1 if you have the `ftruncate' function. */#define HAVE_FTRUNCATE 1/* Define to 1 if you have the `fwrite' function. *//* #undef HAVE_FWRITE *//* Define to 1 if you have the `getaddrinfo' function. *//* #undef HAVE_GETADDRINFO *//* Define to 1 if you have the `getcwd' function. *//* #undef HAVE_GETCWD *//* Define to 1 if you have the `getenv' function. *//* #undef HAVE_GETENV *//* Define to 1 if you have the `getopt' function. *//* #undef HAVE_GETOPT *//* Define to 1 if you have the `getrusage' function. *//* #undef HAVE_GETRUSAGE *//* Define to 1 if you have the `gettimeofday' function. *//* #undef HAVE_GETTIMEOFDAY *//* Define to 1 if you have the `getuid' function. *//* #undef HAVE_GETUID *//* Define to 1 if building Hash access method. *//* #undef HAVE_HASH *//* Define to 1 if you have the `hstrerror' function. *//* #undef HAVE_HSTRERROR *//* Define to 1 if you have the <inttypes.h> header file. *//* #undef HAVE_INTTYPES_H *//* Define to 1 if you have the `isspace' function. *//* #undef HAVE_ISALPHA *//* Define to 1 if you have the `isspace' function. *//* #undef HAVE_ISDIGIT *//* Define to 1 if you have the `isspace' function. *//* #undef HAVE_ISPRINT *//* Define to 1 if you have the `isspace' function. *//* #undef HAVE_ISSPACE *//* Define to 1 if you have the `localtime' function. *//* #undef HAVE_LOCALTIME *//* Define to 1 if you have the `memcmp' function. */#define HAVE_MEMCMP 1/* Define to 1 if you have the `memcpy' function. */#define HAVE_MEMCPY 1/* Define to 1 if you have the `memmove' function. */#define HAVE_MEMMOVE 1/* Define to 1 if you have the <memory.h> header file. *//* #undef HAVE_MEMORY_H *//* Define to 1 if you have the `mlock' function. *//* #undef HAVE_MLOCK *//* Define to 1 if you have the `mmap' function. *//* #undef HAVE_MMAP *//* Define to 1 if you have the `mprotect' function. *//* #undef HAVE_MPROTECT *//* Define to 1 if you have the `munlock' function. *//* #undef HAVE_MUNLOCK *//* Define to 1 if you have the `munmap' function. *//* #undef HAVE_MUNMAP *//* Define to 1 to use the GCC compiler and 68K assembly language mutexes. *//* #undef HAVE_MUTEX_68K_GCC_ASSEMBLY *//* Define to 1 to use the AIX _check_lock mutexes. *//* #undef HAVE_MUTEX_AIX_CHECK_LOCK *//* Define to 1 to use the GCC compiler and Alpha assembly language mutexes. *//* #undef HAVE_MUTEX_ALPHA_GCC_ASSEMBLY *//* Define to 1 to use the GCC compiler and ARM assembly language mutexes. *//* #undef HAVE_MUTEX_ARM_GCC_ASSEMBLY *//* Define to 1 to use the Apple/Darwin _spin_lock_try mutexes. *//* #undef HAVE_MUTEX_DARWIN_SPIN_LOCK_TRY *//* Define to 1 to use the UNIX fcntl system call mutexes. *//* #undef HAVE_MUTEX_FCNTL *//* Define to 1 to use the GCC compiler and PaRisc assembly language mutexes. *//* #undef HAVE_MUTEX_HPPA_GCC_ASSEMBLY *//* Define to 1 to use the msem_XXX mutexes on HP-UX. *//* #undef HAVE_MUTEX_HPPA_MSEM_INIT *//* Define to 1 to use test-and-set mutexes with blocking mutexes. *//* #undef HAVE_MUTEX_HYBRID *//* Define to 1 to use the GCC compiler and IA64 assembly language mutexes. *//* #undef HAVE_MUTEX_IA64_GCC_ASSEMBLY *//* Define to 1 to use the GCC compiler and MIPS assembly language mutexes. *//* #undef HAVE_MUTEX_MIPS_GCC_ASSEMBLY *//* Define to 1 to use the msem_XXX mutexes on systems other than HP-UX. *//* #undef HAVE_MUTEX_MSEM_INIT *//* Define to 1 to use the GCC compiler and PowerPC assembly language mutexes. *//* #undef HAVE_MUTEX_PPC_GCC_ASSEMBLY *//* Define to 1 to use POSIX 1003.1 pthread_XXX mutexes. *//* #undef HAVE_MUTEX_PTHREADS *//* Define to 1 to use Reliant UNIX initspin mutexes. *//* #undef HAVE_MUTEX_RELIANTUNIX_INITSPIN *//* Define to 1 to use the IBM C compiler and S/390 assembly language mutexes. *//* #undef HAVE_MUTEX_S390_CC_ASSEMBLY *//* Define to 1 to use the GCC compiler and S/390 assembly language mutexes. *//* #undef HAVE_MUTEX_S390_GCC_ASSEMBLY *//* Define to 1 to use the SCO compiler and x86 assembly language mutexes. *//* #undef HAVE_MUTEX_SCO_X86_CC_ASSEMBLY *//* Define to 1 to use the obsolete POSIX 1003.1 sema_XXX mutexes. *//* #undef HAVE_MUTEX_SEMA_INIT *//* Define to 1 to use the SGI XXX_lock mutexes. *//* #undef HAVE_MUTEX_SGI_INIT_LOCK *//* Define to 1 to use the Solaris _lock_XXX mutexes. *//* #undef HAVE_MUTEX_SOLARIS_LOCK_TRY *//* Define to 1 to use the Solaris lwp threads mutexes. *//* #undef HAVE_MUTEX_SOLARIS_LWP *//* Define to 1 to use the GCC compiler and Sparc assembly language mutexes. *//* #undef HAVE_MUTEX_SPARC_GCC_ASSEMBLY *//* Define to 1 if the Berkeley DB library should support mutexes. *//* #undef HAVE_MUTEX_SUPPORT *//* Define to 1 if mutexes hold system resources. *//* #undef HAVE_MUTEX_SYSTEM_RESOURCES *//* Define to 1 to configure mutexes intra-process only. *//* #undef HAVE_MUTEX_THREAD_ONLY *//* Define to 1 to use the CC compiler and Tru64 assembly language mutexes. *//* #undef HAVE_MUTEX_TRU64_CC_ASSEMBLY *//* Define to 1 to use the UNIX International mutexes. *//* #undef HAVE_MUTEX_UI_THREADS *//* Define to 1 to use the UTS compiler and assembly language mutexes. *//* #undef HAVE_MUTEX_UTS_CC_ASSEMBLY *//* Define to 1 to use VMS mutexes. *//* #undef HAVE_MUTEX_VMS *//* Define to 1 to use VxWorks mutexes. *//* #undef HAVE_MUTEX_VXWORKS *//* Define to 1 to use the MSVC compiler and Windows mutexes. *//* #undef HAVE_MUTEX_WIN32 */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -