summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/build_win/wiredtiger_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/build_win/wiredtiger_config.h')
-rw-r--r--src/third_party/wiredtiger/build_win/wiredtiger_config.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/third_party/wiredtiger/build_win/wiredtiger_config.h b/src/third_party/wiredtiger/build_win/wiredtiger_config.h
index d52b3b3ae33..d1ed307cb85 100644
--- a/src/third_party/wiredtiger/build_win/wiredtiger_config.h
+++ b/src/third_party/wiredtiger/build_win/wiredtiger_config.h
@@ -70,6 +70,9 @@
/* Define to 1 if you have the `snappy' library (-lsnappy). */
/* #undef HAVE_LIBSNAPPY */
+/* Define to 1 if you have the `tcmalloc' library (-ltcmalloc). */
+/* #undef HAVE_LIBTCMALLOC */
+
/* Define to 1 if you have the `z' library (-lz). */
/* #undef HAVE_LIBZ */
@@ -88,9 +91,6 @@
/* Define to 1 if you have the `posix_memalign' function. */
/* #undef HAVE_POSIX_MEMALIGN */
-/* Define to 1 if you have the <pthread_np.h> header file. */
-/* #undef HAVE_PTHREAD_NP_H */
-
/* Build the LevelDB API with RocksDB support. */
/* #undef HAVE_ROCKSDB */
@@ -124,6 +124,9 @@
/* Enable verbose message configuration. */
/* #undef HAVE_VERBOSE */
+/* Define to 1 if you have the <x86intrin.h> header file. */
+#define HAVE_X86INTRIN_H 1
+
/* Spinlock type from mutex.h. */
#define SPINLOCK_TYPE SPINLOCK_MSVC