Imported Upstream version 5.3.21
[platform/upstream/libdb.git] / dist / aclocal / config.m4
1 # Features we don't test for, but want the #defines to exist for
2 # other ports.
3 AH_TEMPLATE(DB_WIN32,
4     [We use DB_WIN32 much as one would use _WIN32 -- to specify that
5     we're using an operating system environment that supports Win32
6     calls and semantics.  We don't use _WIN32 because Cygwin/GCC also
7     defines _WIN32, even though Cygwin/GCC closely emulates the Unix
8     environment.])
9
10 AH_TEMPLATE(HAVE_VXWORKS, [Define to 1 if building on VxWorks.])
11
12 AH_TEMPLATE(HAVE_FILESYSTEM_NOTZERO,
13     [Define to 1 if allocated filesystem blocks are not zeroed.])
14
15 AH_TEMPLATE(HAVE_UNLINK_WITH_OPEN_FAILURE,
16     [Define to 1 if unlink of file with open file descriptors will fail.])
17
18 AH_TEMPLATE(HAVE_SYSTEM_INCLUDE_FILES,
19     [Define to 1 if port includes files in the Berkeley DB source code.])