diff options
author | Kiminuo <kiminuo@protonmail.com> | 2020-06-11 10:04:33 +0200 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-02-03 18:35:52 +0800 |
commit | b87f9c5edf3895df9650131fcf8551c3ad1d7301 (patch) | |
tree | 49452ef57938298ccc5f321cd2e7788b295b8b65 /build_msvc/bitcoin_config.h.in | |
parent | 41d7166c8a598b604aad6c6b1d88ad46e23be247 (diff) |
build: remove boost::filesystem usage
Diffstat (limited to 'build_msvc/bitcoin_config.h.in')
-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 83e53c8d56..856982ef93 100644 --- a/build_msvc/bitcoin_config.h.in +++ b/build_msvc/bitcoin_config.h.in @@ -44,9 +44,6 @@ /* define if the Boost library is available */ #define HAVE_BOOST /**/ -/* define if the Boost::Filesystem library is available */ -#define HAVE_BOOST_FILESYSTEM /**/ - /* define if external signer support is enabled (requires Boost::Process) */ #define ENABLE_EXTERNAL_SIGNER /**/ |