summaryrefslogtreecommitdiff
path: root/build_win
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2015-03-18 15:42:11 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2015-03-18 15:42:11 +1100
commit2957d76e5b6214b22efc4c981f3d68d756627ac0 (patch)
tree9b5b06dff25896902383dfa89e396fde26e046fd /build_win
parent4ba35ba97f5013db16283235e5bd40f4abfffc1f (diff)
downloadmongo-2957d76e5b6214b22efc4c981f3d68d756627ac0.tar.gz
Update LZ4 source code to be more in-line with Snappy implementation.
Update Windows build files to have LZ4 defines.
Diffstat (limited to 'build_win')
-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 93317b6d81d..d52b3b3ae33 100644
--- a/build_win/wiredtiger_config.h
+++ b/build_win/wiredtiger_config.h
@@ -10,6 +10,9 @@
/* Build the LevelDB API with Basho LevelDB support. */
/* #undef HAVE_BASHOLEVELDB */
+/* LZ4 support automatically loaded. */
+/* #undef HAVE_BUILTIN_EXTENSION_LZ4 */
+
/* Snappy support automatically loaded. */
/* #undef HAVE_BUILTIN_EXTENSION_SNAPPY */
@@ -55,6 +58,9 @@
/* Define to 1 if you have the `dl' library (-ldl). */
/* #undef HAVE_LIBDL */
+/* Define to 1 if you have the `lz4' library (-llz4). */
+/* #undef HAVE_LIBLZ4 */
+
/* Define to 1 if you have the `pthread' library (-lpthread). */
/* #undef HAVE_LIBPTHREAD */