aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/bitcoin_config.h.in
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-05-10 11:26:51 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-05-10 11:26:51 +0100
commita94d75fa81bab8f4695ab1756524e639af0ff69c (patch)
treec36e2b4918f34614a531e11ae67cc821cb4c8db0 /build_msvc/bitcoin_config.h.in
parentcf6ff1031bd577c18fe8eb2dd168a6d0d1c16e0d (diff)
downloadbitcoin-a94d75fa81bab8f4695ab1756524e639af0ff69c.tar.xz
msvc: Do not define `HAVE_CONSENSUS_LIB`
The `HAVE_CONSENSUS_LIB` symbol is supposed to be defined when a user-exposed shared library (DLL) is built which is not the case here.
Diffstat (limited to 'build_msvc/bitcoin_config.h.in')
-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 02d8fc41c2..05e38b1571 100644
--- a/build_msvc/bitcoin_config.h.in
+++ b/build_msvc/bitcoin_config.h.in
@@ -44,9 +44,6 @@
/* define if external signer support is enabled (requires Boost::Process) */
#define ENABLE_EXTERNAL_SIGNER /**/
-/* Define this symbol if the consensus lib has been built */
-#define HAVE_CONSENSUS_LIB 1
-
/* Define to 1 if you have the declaration of `be16toh', and to 0 if you
don't. */
#define HAVE_DECL_BE16TOH 0