aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/bitcoin_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'build_msvc/bitcoin_config.h')
-rw-r--r--build_msvc/bitcoin_config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/build_msvc/bitcoin_config.h b/build_msvc/bitcoin_config.h
index aa849fc087..53aead38b5 100644
--- a/build_msvc/bitcoin_config.h
+++ b/build_msvc/bitcoin_config.h
@@ -35,6 +35,12 @@
/* Define to 1 to enable wallet functions */
#define ENABLE_WALLET 1
+/* Define to 1 to enable BDB wallet */
+#define USE_BDB 1
+
+/* Define to 1 to enable SQLite wallet */
+#define USE_SQLITE 1
+
/* Define to 1 to enable ZMQ functions */
#define ENABLE_ZMQ 1