Skip to content

Commit f227e15

Browse files
committed
Merge bitcoin/bitcoin#26161: build: remove unused MSVC defines
73ae72e build: remove unused MSVC defines (fanquake) Pull request description: Most of these aren't unused in the codebase at all, let alone for MSVC. ACKs for top commit: sipsorcery: tACK 73ae72e. Tree-SHA512: 6a8aef69902d5941fba741777c19176b96d11a4c75cf27bdf3881019fc650e8f60dd7960a1bc9469a24c4575f7d34cf675afdcf4bcb240c32cab1c9c6ab286db
2 parents ec13810 + 73ae72e commit f227e15

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

build_msvc/bitcoin_config.h.in

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,12 @@
4141
/* Define to 1 to enable ZMQ functions */
4242
#define ENABLE_ZMQ 1
4343

44-
/* define if the Boost library is available */
45-
#define HAVE_BOOST /**/
46-
4744
/* define if external signer support is enabled (requires Boost::Process) */
4845
#define ENABLE_EXTERNAL_SIGNER /**/
4946

5047
/* Define this symbol if the consensus lib has been built */
5148
#define HAVE_CONSENSUS_LIB 1
5249

53-
/* define if the compiler supports basic C++20 syntax */
54-
#define HAVE_CXX20 1
55-
5650
/* Define to 1 if you have the declaration of `be16toh', and to 0 if you
5751
don't. */
5852
#define HAVE_DECL_BE16TOH 0
@@ -121,43 +115,9 @@
121115
*/
122116
#define HAVE_DECL_SETSID 0
123117

124-
/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
125-
don't. */
126-
#define HAVE_DECL_STRERROR_R 0
127-
128118
/* Define if the dllexport attribute is supported. */
129119
#define HAVE_DLLEXPORT_ATTRIBUTE 1
130120

131-
/* Define to 1 if you have the <inttypes.h> header file. */
132-
#define HAVE_INTTYPES_H 1
133-
134-
/* Define to 1 if you have the <memory.h> header file. */
135-
#define HAVE_MEMORY_H 1
136-
137-
/* Define to 1 if you have the <miniupnpc/miniupnpc.h> header file. */
138-
#define HAVE_MINIUPNPC_MINIUPNPC_H 1
139-
140-
/* Define to 1 if you have the <miniupnpc/upnpcommands.h> header file. */
141-
#define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
142-
143-
/* Define to 1 if you have the <miniupnpc/upnperrors.h> header file. */
144-
#define HAVE_MINIUPNPC_UPNPERRORS_H 1
145-
146-
/* Define to 1 if you have the <stdint.h> header file. */
147-
#define HAVE_STDINT_H 1
148-
149-
/* Define to 1 if you have the <stdlib.h> header file. */
150-
#define HAVE_STDLIB_H 1
151-
152-
/* Define to 1 if you have the <string.h> header file. */
153-
#define HAVE_STRING_H 1
154-
155-
/* Define to 1 if you have the <sys/stat.h> header file. */
156-
#define HAVE_SYS_STAT_H 1
157-
158-
/* Define to 1 if you have the <sys/types.h> header file. */
159-
#define HAVE_SYS_TYPES_H 1
160-
161121
/* Define to the address where bug reports for this package should be sent. */
162122
#define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
163123

0 commit comments

Comments
 (0)