diff options
author | fanquake <fanquake@gmail.com> | 2020-12-22 11:55:04 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-02-03 18:35:52 +0800 |
commit | 07269321f38e46e9e02f16d7cd135ea90692638d (patch) | |
tree | 3309668b659ef00da739bfb2e1f5eb2f78796f9c /build_msvc | |
parent | b87f9c5edf3895df9650131fcf8551c3ad1d7301 (diff) |
build: remove Boost::system usage
Diffstat (limited to 'build_msvc')
-rw-r--r-- | build_msvc/bitcoin_config.h.in | 3 |
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 /**/ |