summaryrefslogtreecommitdiff
path: root/build_windows/db_config.h
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-02-17 17:25:57 +0000
committer <>2015-03-17 16:26:24 +0000
commit780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch)
tree598f8b9fa431b228d29897e798de4ac0c1d3d970 /build_windows/db_config.h
parent7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff)
downloadberkeleydb-master.tar.gz
Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz.HEADdb-6.1.23master
Diffstat (limited to 'build_windows/db_config.h')
-rw-r--r--build_windows/db_config.h47
1 files changed, 44 insertions, 3 deletions
diff --git a/build_windows/db_config.h b/build_windows/db_config.h
index d06f8b1a..72c0d72d 100644
--- a/build_windows/db_config.h
+++ b/build_windows/db_config.h
@@ -90,6 +90,17 @@
/* Define to 1 if building the DBM API. */
#define HAVE_DBM 1
+/* Define to 1 if you want a version that records extra information about
+ errors. */
+/* #undef HAVE_ERROR_HISTORY */
+
+/* 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'.
+ */
+#define HAVE_DIRENT_H 1
+
/* Define to 1 if you have the `directio' function. */
/* #undef HAVE_DIRECTIO */
@@ -109,6 +120,9 @@
/* Define to 1 if you have EXIT_SUCCESS/EXIT_FAILURE #defines. */
#define HAVE_EXIT_SUCCESS 1
+/* Define to 1 for failchk to inform all waiting threads about crashes. */
+/* #undef HAVE_FAILCHK_BROADCAST */
+
/* Define to 1 if you have the `fchmod' function. */
/* #undef HAVE_FCHMOD */
@@ -186,6 +200,9 @@
/* Define to 1 if you have the `hstrerror' function. */
/* #undef HAVE_HSTRERROR */
+/* Define to 1 if you have the `initstate_r' function. */
+/* #undef HAVE_INITSTATE_R */
+
/* Define to 1 if you have the <inttypes.h> header file. */
/* #undef HAVE_INTTYPES_H */
@@ -204,6 +221,9 @@
/* Define to 1 if you have the `localtime' function. */
#define HAVE_LOCALTIME 1
+/* Define to 1 if you have the `localtime_r' function. */
+/* #undef HAVE_LOCALTIME_R */
+
/* Define to 1 to enable log checksums. */
#define HAVE_LOG_CHECKSUM 1
@@ -380,6 +400,15 @@
pthread_cond_t. */
/* #undef HAVE_PTHREAD_COND_REINIT_OKAY */
+/* Define to 1 if you have the `pthread_getspecific' function. */
+/* #undef HAVE_PTHREAD_GETSPECIFIC */
+
+/* Define to 1 if you have the `pthread_key_create' function. */
+/* #undef HAVE_PTHREAD_KEY_CREATE */
+
+/* Define to 1 if you have the `pthread_once' function. */
+/* #undef HAVE_PTHREAD_ONCE */
+
/* Define to 1 if it is OK to initialize an already initialized
pthread_rwlock_t. */
/* #undef HAVE_PTHREAD_RWLOCK_REINIT_OKAY */
@@ -387,6 +416,9 @@
/* Define to 1 if you have the `pthread_self' function. */
/* #undef HAVE_PTHREAD_SELF */
+/* Define to 1 if you have the `pthread_setspecific' function. */
+/* #undef HAVE_PTHREAD_SETSPECIFIC */
+
/* Define to 1 if you have the `pthread_yield' function. */
/* #undef HAVE_PTHREAD_YIELD */
@@ -413,6 +445,9 @@
/* Define to 1 if you have the `random' function. */
/* #undef HAVE_RANDOM */
+/* Define to 1 if you have the `random_r' function. */
+/* #undef HAVE_RANDOM_R /
+
/* Define to 1 if building replication support. */
#ifndef HAVE_SMALLBUILD
#define HAVE_REPLICATION 1
@@ -453,6 +488,9 @@
/* Define to 1 if you have the `snprintf' function. */
#define HAVE_SNPRINTF 1
+/* Define to 1 if you have the `srandom_r' function. */
+/* #undef HAVE_SRANDOM_R */
+
/* Define to 1 if you have the `stat' function. */
#define HAVE_STAT 1
@@ -586,16 +624,16 @@
#define PACKAGE_NAME "Berkeley DB"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "Berkeley DB 5.3.21"
+#define PACKAGE_STRING "Berkeley DB 6.1.23"
/* Define to the one symbol short name of this package. */
-#define PACKAGE_TARNAME "db-5.3.21"
+#define PACKAGE_TARNAME "db-6.1.23"
/* Define to the home page for this package. */
#define PACKAGE_URL "http://www.oracle.com/technology/software/products/berkeley-db/index.html"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "5.3.21"
+#define PACKAGE_VERSION "6.1.23"
/* The size of a `char', as computed by sizeof. */
/* #undef SIZEOF_CHAR */
@@ -616,6 +654,9 @@
/* The size of a `long long', as computed by sizeof. */
/* #undef SIZEOF_LONG_LONG */
+/* The size of `off_t', as computed by sizeof. */
+/* #undef SIZEOF_OFF_T */
+
/* The size of a `short', as computed by sizeof. */
/* #undef SIZEOF_SHORT */