diff options
author | Keith Bostic <keith@wiredtiger.com> | 2015-04-03 19:12:41 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2015-04-03 19:12:41 -0400 |
commit | ff9c14539f4d68c6671e4463508997740c07437a (patch) | |
tree | 001c0f4bc4c0830540fe02d2adf8306835b600e7 /build_win | |
parent | 1c6da94a516bb3a24990e73d03cd15ce91a6b2e5 (diff) | |
parent | dc7310628eebd6b8e6011323da6332a95caedf70 (diff) | |
download | mongo-ff9c14539f4d68c6671e4463508997740c07437a.tar.gz |
Merge branch 'develop' into validate-configuration-string
Diffstat (limited to 'build_win')
-rw-r--r-- | build_win/wiredtiger_config.h | 6 |
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 |