1# Features we don't test for, but want the #defines to exist for
2# other ports.
3AH_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
10AH_TEMPLATE(HAVE_BREW, [Define to 1 if building on BREW.])
11AH_TEMPLATE(HAVE_BREW_SDK2, [Define to 1 if building on BREW (SDK2).])
12AH_TEMPLATE(HAVE_S60, [Define to 1 if building on S60.])
13AH_TEMPLATE(HAVE_VXWORKS, [Define to 1 if building on VxWorks.])
14
15AH_TEMPLATE(HAVE_FILESYSTEM_NOTZERO,
16    [Define to 1 if allocated filesystem blocks are not zeroed.])
17
18AH_TEMPLATE(HAVE_UNLINK_WITH_OPEN_FAILURE,
19    [Define to 1 if unlink of file with open file descriptors will fail.])
20
21AH_TEMPLATE(HAVE_SYSTEM_INCLUDE_FILES,
22    [Define to 1 if port includes files in the Berkeley DB source code.])
23