From 54df2afaa61c6a03cbb4a33c9b90fa572b6d07b8 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 17 Dec 2016 21:28:53 -0800 Subject: Berkeley DB 4.8 with rust build script for linux. --- db-4.8.30/dist/aclocal/config.m4 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 db-4.8.30/dist/aclocal/config.m4 (limited to 'db-4.8.30/dist/aclocal/config.m4') diff --git a/db-4.8.30/dist/aclocal/config.m4 b/db-4.8.30/dist/aclocal/config.m4 new file mode 100644 index 0000000..c24d127 --- /dev/null +++ b/db-4.8.30/dist/aclocal/config.m4 @@ -0,0 +1,22 @@ +# 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_BREW, [Define to 1 if building on BREW.]) +AH_TEMPLATE(HAVE_BREW_SDK2, [Define to 1 if building on BREW (SDK2).]) +AH_TEMPLATE(HAVE_S60, [Define to 1 if building on S60.]) +AH_TEMPLATE(HAVE_VXWORKS, [Define to 1 if building on 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_TEMPLATE(HAVE_SYSTEM_INCLUDE_FILES, + [Define to 1 if port includes files in the Berkeley DB source code.]) -- cgit v1.2.3