aboutsummaryrefslogtreecommitdiff
path: root/build_msvc
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2020-12-22 11:55:04 +0800
committerfanquake <fanquake@gmail.com>2022-02-03 18:35:52 +0800
commit07269321f38e46e9e02f16d7cd135ea90692638d (patch)
tree3309668b659ef00da739bfb2e1f5eb2f78796f9c /build_msvc
parentb87f9c5edf3895df9650131fcf8551c3ad1d7301 (diff)
downloadbitcoin-07269321f38e46e9e02f16d7cd135ea90692638d.tar.xz
build: remove Boost::system usage
Diffstat (limited to 'build_msvc')
-rw-r--r--build_msvc/bitcoin_config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/build_msvc/bitcoin_config.h.in b/build_msvc/bitcoin_config.h.in
index 856982ef93..c5ed6eb903 100644
--- a/build_msvc/bitcoin_config.h.in
+++ b/build_msvc/bitcoin_config.h.in
@@ -47,9 +47,6 @@
/* define if external signer support is enabled (requires Boost::Process) */
#define ENABLE_EXTERNAL_SIGNER /**/
-/* define if the Boost::System library is available */
-#define HAVE_BOOST_SYSTEM /**/
-
/* define if the Boost::Unit_Test_Framework library is available */
#define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/