aboutsummaryrefslogtreecommitdiff
path: root/build_msvc
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-09-20 12:04:43 +0100
committerfanquake <fanquake@gmail.com>2022-09-20 12:06:36 +0100
commiteb6026b90ff6a40a8802be3fc00cdda1c780fd95 (patch)
treec6c5ceb36cd61d081b0929e86ae1dd35186ad087 /build_msvc
parent71ac70d8779f8ad75d9b7bc6d52920be8b0133e5 (diff)
downloadbitcoin-eb6026b90ff6a40a8802be3fc00cdda1c780fd95.tar.xz
build: remove strings.h from header checks
We don't include strings.h anywhere. This is also already checked for by autoconf, so us checking for it just means a 3rd existence check during ./configure.
Diffstat (limited to 'build_msvc')
-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 5f715282eb..dad44e6228 100644
--- a/build_msvc/bitcoin_config.h.in
+++ b/build_msvc/bitcoin_config.h.in
@@ -152,9 +152,6 @@
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
-/* Define to 1 if you have the <strings.h> header file. */
-#define HAVE_STRINGS_H 1
-
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1