summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/build_win
diff options
context:
space:
mode:
authorChenhao Qu <chenhao.qu@mongodb.com>2021-03-10 08:27:59 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-03-10 08:59:01 +0000
commit74468f2bc346b73094d522e1a9ab2a93e784dcf2 (patch)
tree957a7313a20aa5d774239ebd3bcc98bab681e1c1 /src/third_party/wiredtiger/build_win
parent0f28d77adf6c14b22bb5f16683ec18e8b4b9fda9 (diff)
downloadmongo-74468f2bc346b73094d522e1a9ab2a93e784dcf2.tar.gz
Import wiredtiger: 285a1415d52c6b22d2097529b0b43834b13258ae from branch mongodb-5.0
ref: 42eec1beb1..285a1415d5 for: 4.9.0 WT-5886 Compatibility with older versions of WT
Diffstat (limited to 'src/third_party/wiredtiger/build_win')
-rw-r--r--src/third_party/wiredtiger/build_win/wiredtiger_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/build_win/wiredtiger_config.h b/src/third_party/wiredtiger/build_win/wiredtiger_config.h
index 8c4e32875a4..53f379ed8a3 100644
--- a/src/third_party/wiredtiger/build_win/wiredtiger_config.h
+++ b/src/third_party/wiredtiger/build_win/wiredtiger_config.h
@@ -130,6 +130,9 @@
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
+/* Define to 1 to support standalone build. */
+#define WT_STANDALONE_BUILD 1
+
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD