⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.ac

📁 关于Berkelay数据库的共享源码
💻 AC
字号:
# Features we don't test for, but want the #defines to exist for# other ports.AH_TEMPLATE(DB_WIN32,    [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.])AH_TEMPLATE(HAVE_VXWORKS, [Define to 1 if building VxWorks.])AH_TEMPLATE(HAVE_FILESYSTEM_NOTZERO,    [Define to 1 if allocated filesystem blocks are not zeroed.])AH_TEMPLATE(HAVE_UNLINK_WITH_OPEN_FAILURE,    [Define to 1 if unlink of file with open file descriptors will fail.])AH_BOTTOM([#include "clib_port.h"#ifdef DB_WIN32#include "win_db.h"#endif])

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -