summaryrefslogtreecommitdiff
path: root/build_win
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-04-03 19:12:41 -0400
committerKeith Bostic <keith@wiredtiger.com>2015-04-03 19:12:41 -0400
commitff9c14539f4d68c6671e4463508997740c07437a (patch)
tree001c0f4bc4c0830540fe02d2adf8306835b600e7 /build_win
parent1c6da94a516bb3a24990e73d03cd15ce91a6b2e5 (diff)
parentdc7310628eebd6b8e6011323da6332a95caedf70 (diff)
downloadmongo-ff9c14539f4d68c6671e4463508997740c07437a.tar.gz
Merge branch 'develop' into validate-configuration-string
Diffstat (limited to 'build_win')
-rw-r--r--build_win/wiredtiger_config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/build_win/wiredtiger_config.h b/build_win/wiredtiger_config.h
index d52b3b3ae33..80dc11d7671 100644
--- a/build_win/wiredtiger_config.h
+++ b/build_win/wiredtiger_config.h
@@ -88,9 +88,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 +121,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