summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/build_cmake/configs/wiredtiger_config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/build_cmake/configs/wiredtiger_config.h.in')
-rw-r--r--src/third_party/wiredtiger/build_cmake/configs/wiredtiger_config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/build_cmake/configs/wiredtiger_config.h.in b/src/third_party/wiredtiger/build_cmake/configs/wiredtiger_config.h.in
index f772594fc45..50937d6b95d 100644
--- a/src/third_party/wiredtiger/build_cmake/configs/wiredtiger_config.h.in
+++ b/src/third_party/wiredtiger/build_cmake/configs/wiredtiger_config.h.in
@@ -129,6 +129,9 @@
/* Spinlock type from mutex.h. */
#cmakedefine SPINLOCK_TYPE @SPINLOCK_TYPE_CONFIG_VAR@
+/* Define to 1 if the target system is big endian */
+#cmakedefine WORDS_BIGENDIAN 1
+
/* Version number of package */
#define VERSION "@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@"