summaryrefslogtreecommitdiff
path: root/build_win/wiredtiger_config.h
diff options
context:
space:
mode:
authorAlex Gorrod <alexander.gorrod@mongodb.com>2016-10-24 14:28:49 +1100
committerAlex Gorrod <alexander.gorrod@mongodb.com>2016-10-24 14:28:49 +1100
commitef9a7983ea47cea78400a4472a3d4e46735385c5 (patch)
treef85d6f2d1861ec34788575ea87083f5009ee1133 /build_win/wiredtiger_config.h
parent6a31c2118cce88c68281eda2ca9ab1df915a2773 (diff)
parent02dbad43779c17b0e2adceb31f4cd0b97bfaeb96 (diff)
downloadmongo-ef9a7983ea47cea78400a4472a3d4e46735385c5.tar.gz
Merge branch 'develop' into mongodb-3.4mongodb-3.4.0-rc2
Diffstat (limited to 'build_win/wiredtiger_config.h')
-rw-r--r--build_win/wiredtiger_config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/build_win/wiredtiger_config.h b/build_win/wiredtiger_config.h
index 83ddc6eb194..78d2784cb70 100644
--- a/build_win/wiredtiger_config.h
+++ b/build_win/wiredtiger_config.h
@@ -19,6 +19,9 @@
/* Zlib support automatically loaded. */
/* #undef HAVE_BUILTIN_EXTENSION_ZLIB */
+/* ZSTD support automatically loaded. */
+/* #undef HAVE_BUILTIN_EXTENSION_ZSTD */
+
/* Define to 1 if you have the `clock_gettime' function. */
/* #undef HAVE_CLOCK_GETTIME */
@@ -70,6 +73,9 @@
/* Define to 1 if you have the `z' library (-lz). */
/* #undef HAVE_LIBZ */
+/* Define to 1 if you have the `zstd' library (-lzstd). */
+/* #undef HAVE_LIBZSTD */
+
/* Define to 1 if you have the <memory.h> header file. */
/* #undef HAVE_MEMORY_H */