diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-03-08 15:18:27 +0000 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-03-08 15:18:27 +0000 |
commit | 8e17f00a5d04ac669ea0df31b4ab852fe8939080 (patch) | |
tree | f005a976d17fd54927cf970297812e008d3f2689 /build_msvc | |
parent | 54172c688cbea09ad8baceb712a55cb3e6e3976b (diff) |
build, msvc: Cleanup `bitcoin_config.h.in`
This change mirrors changes from https://github.com/bitcoin/bitcoin/pull/29263.
Diffstat (limited to 'build_msvc')
-rw-r--r-- | build_msvc/bitcoin_config.h.in | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/build_msvc/bitcoin_config.h.in b/build_msvc/bitcoin_config.h.in index ec69307f50..2d6df92286 100644 --- a/build_msvc/bitcoin_config.h.in +++ b/build_msvc/bitcoin_config.h.in @@ -41,70 +41,10 @@ /* Define this symbol to enable ZMQ functions */ #define ENABLE_ZMQ 1 -/* Define to 1 if you have the declaration of `be16toh', and to 0 if you - don't. */ -#define HAVE_DECL_BE16TOH 0 - -/* Define to 1 if you have the declaration of `be32toh', and to 0 if you - don't. */ -#define HAVE_DECL_BE32TOH 0 - -/* Define to 1 if you have the declaration of `be64toh', and to 0 if you - don't. */ -#define HAVE_DECL_BE64TOH 0 - -/* Define to 1 if you have the declaration of `bswap_16', and to 0 if you - don't. */ -#define HAVE_DECL_BSWAP_16 0 - -/* Define to 1 if you have the declaration of `bswap_32', and to 0 if you - don't. */ -#define HAVE_DECL_BSWAP_32 0 - -/* Define to 1 if you have the declaration of `bswap_64', and to 0 if you - don't. */ -#define HAVE_DECL_BSWAP_64 0 - /* Define to 1 if you have the declaration of `fork', and to 0 if you don't. */ #define HAVE_DECL_FORK 0 -/* Define to 1 if you have the declaration of `htobe16', and to 0 if you - don't. */ -#define HAVE_DECL_HTOBE16 0 - -/* Define to 1 if you have the declaration of `htobe32', and to 0 if you - don't. */ -#define HAVE_DECL_HTOBE32 0 - -/* Define to 1 if you have the declaration of `htobe64', and to 0 if you - don't. */ -#define HAVE_DECL_HTOBE64 0 - -/* Define to 1 if you have the declaration of `htole16', and to 0 if you - don't. */ -#define HAVE_DECL_HTOLE16 0 - -/* Define to 1 if you have the declaration of `htole32', and to 0 if you - don't. */ -#define HAVE_DECL_HTOLE32 0 - -/* Define to 1 if you have the declaration of `htole64', and to 0 if you - don't. */ -#define HAVE_DECL_HTOLE64 0 - -/* Define to 1 if you have the declaration of `le16toh', and to 0 if you - don't. */ -#define HAVE_DECL_LE16TOH 0 - -/* Define to 1 if you have the declaration of `le32toh', and to 0 if you - don't. */ -#define HAVE_DECL_LE32TOH 0 - -/* Define to 1 if you have the declaration of `le64toh', and to 0 if you - don't. */ -#define HAVE_DECL_LE64TOH 0 - /* Define to 1 if you have the declaration of `setsid', and to 0 if you don't. */ #define HAVE_DECL_SETSID 0 |