Skip to content

Commit 8e17f00

Browse files
committed
build, msvc: Cleanup bitcoin_config.h.in
This change mirrors changes from bitcoin/bitcoin#29263.
1 parent 54172c6 commit 8e17f00

File tree

1 file changed

+0
-60
lines changed

1 file changed

+0
-60
lines changed

build_msvc/bitcoin_config.h.in

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -41,70 +41,10 @@
4141
/* Define this symbol to enable ZMQ functions */
4242
#define ENABLE_ZMQ 1
4343

44-
/* Define to 1 if you have the declaration of `be16toh', and to 0 if you
45-
don't. */
46-
#define HAVE_DECL_BE16TOH 0
47-
48-
/* Define to 1 if you have the declaration of `be32toh', and to 0 if you
49-
don't. */
50-
#define HAVE_DECL_BE32TOH 0
51-
52-
/* Define to 1 if you have the declaration of `be64toh', and to 0 if you
53-
don't. */
54-
#define HAVE_DECL_BE64TOH 0
55-
56-
/* Define to 1 if you have the declaration of `bswap_16', and to 0 if you
57-
don't. */
58-
#define HAVE_DECL_BSWAP_16 0
59-
60-
/* Define to 1 if you have the declaration of `bswap_32', and to 0 if you
61-
don't. */
62-
#define HAVE_DECL_BSWAP_32 0
63-
64-
/* Define to 1 if you have the declaration of `bswap_64', and to 0 if you
65-
don't. */
66-
#define HAVE_DECL_BSWAP_64 0
67-
6844
/* Define to 1 if you have the declaration of `fork', and to 0 if you don't.
6945
*/
7046
#define HAVE_DECL_FORK 0
7147

72-
/* Define to 1 if you have the declaration of `htobe16', and to 0 if you
73-
don't. */
74-
#define HAVE_DECL_HTOBE16 0
75-
76-
/* Define to 1 if you have the declaration of `htobe32', and to 0 if you
77-
don't. */
78-
#define HAVE_DECL_HTOBE32 0
79-
80-
/* Define to 1 if you have the declaration of `htobe64', and to 0 if you
81-
don't. */
82-
#define HAVE_DECL_HTOBE64 0
83-
84-
/* Define to 1 if you have the declaration of `htole16', and to 0 if you
85-
don't. */
86-
#define HAVE_DECL_HTOLE16 0
87-
88-
/* Define to 1 if you have the declaration of `htole32', and to 0 if you
89-
don't. */
90-
#define HAVE_DECL_HTOLE32 0
91-
92-
/* Define to 1 if you have the declaration of `htole64', and to 0 if you
93-
don't. */
94-
#define HAVE_DECL_HTOLE64 0
95-
96-
/* Define to 1 if you have the declaration of `le16toh', and to 0 if you
97-
don't. */
98-
#define HAVE_DECL_LE16TOH 0
99-
100-
/* Define to 1 if you have the declaration of `le32toh', and to 0 if you
101-
don't. */
102-
#define HAVE_DECL_LE32TOH 0
103-
104-
/* Define to 1 if you have the declaration of `le64toh', and to 0 if you
105-
don't. */
106-
#define HAVE_DECL_LE64TOH 0
107-
10848
/* Define to 1 if you have the declaration of `setsid', and to 0 if you don't.
10949
*/
11050
#define HAVE_DECL_SETSID 0

0 commit comments

Comments
 (0)