summaryrefslogtreecommitdiff
path: root/db/dist/vx_config.in
diff options
context:
space:
mode:
Diffstat (limited to 'db/dist/vx_config.in')
-rw-r--r--db/dist/vx_config.in26
1 files changed, 25 insertions, 1 deletions
diff --git a/db/dist/vx_config.in b/db/dist/vx_config.in
index e05d46984..3c0ef3af1 100644
--- a/db/dist/vx_config.in
+++ b/db/dist/vx_config.in
@@ -53,9 +53,15 @@
/* Define to 1 if fcntl/F_SETFD denies child access to file descriptors. */
/* #undef HAVE_FCNTL_F_SETFD */
+/* Define to 1 if you have the `fdatasync' function. */
+/* #undef HAVE_FDATASYNC */
+
/* Define to 1 if allocated filesystem blocks are not zeroed. */
#define HAVE_FILESYSTEM_NOTZERO 1
+/* Define to 1 if you have the `ftruncate' function. */
+/* #undef HAVE_FTRUNCATE */
+
/* Define to 1 if you have the `getcwd' function. */
#define HAVE_GETCWD 1
@@ -80,6 +86,9 @@
/* Define to 1 if you have the `nsl' library (-lnsl). */
/* #undef HAVE_LIBNSL */
+/* Define to 1 if the system has the type `long long'. */
+/* #undef HAVE_LONG_LONG */
+
/* Define to 1 if you have the `memcmp' function. */
#define HAVE_MEMCMP 1
@@ -227,6 +236,9 @@
/* Define to 1 if you have the `raise' function. */
#define HAVE_RAISE 1
+/* Define to 1 if you have the `rand' function. */
+#define HAVE_RAND 1
+
/* Define to 1 if building replication support. */
#define HAVE_REPLICATION 1
@@ -239,12 +251,21 @@
/* Define to 1 if you have the `select' function. */
#define HAVE_SELECT 1
+/* Define to 1 if building sequence support. */
+/* #undef HAVE_SEQUENCE */
+
/* Define to 1 if you have the `shmget' function. */
/* #undef HAVE_SHMGET */
/* Define to 1 if you have the `snprintf' function. */
/* #undef HAVE_SNPRINTF */
+/* Define to 1 if you have the `srand' function. */
+#define HAVE_SRAND 1
+
+/* Define to 1 if building statistics support. */
+#define HAVE_STATISTICS 1
+
/* Define to 1 if you have the <stdint.h> header file. */
/* #undef HAVE_STDINT_H */
@@ -304,6 +325,9 @@
/* Define to 1 if unlink of file with open file descriptors will fail. */
#define HAVE_UNLINK_WITH_OPEN_FAILURE 1
+/* Define to 1 if the system has the type `unsigned long long'. */
+/* #undef HAVE_UNSIGNED_LONG_LONG */
+
/* Define to 1 if building access method verification support. */
#define HAVE_VERIFY 1
@@ -346,7 +370,7 @@
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
/* #undef TIME_WITH_SYS_TIME */
-/* Define to 1 to mask harmless unitialized memory read/writes. */
+/* Define to 1 to mask harmless uninitialized memory read/writes. */
/* #undef UMRW */
/* Number of bits in a file offset, on hosts where this is settable. */