aboutsummaryrefslogtreecommitdiff
path: root/build_msvc
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-03-29 08:09:32 +0100
committerfanquake <fanquake@gmail.com>2022-03-29 10:15:33 +0100
commitd4ba2b2cbc3d1ef381fbdbae88cb5b18ca53f678 (patch)
tree42d9a55498657ea6ef1537b7c93c6899908b0128 /build_msvc
parent7c72eabb57bde83abfc4bd5af70b884390ef847d (diff)
downloadbitcoin-d4ba2b2cbc3d1ef381fbdbae88cb5b18ca53f678.tar.xz
compat: remove strnlen back-compat code
This was needed for mingw (not mingw-w64), and some older versions of macOS, which we no-longer support.
Diffstat (limited to 'build_msvc')
-rw-r--r--build_msvc/bitcoin_config.h.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/build_msvc/bitcoin_config.h.in b/build_msvc/bitcoin_config.h.in
index e25024e871..b37d536947 100644
--- a/build_msvc/bitcoin_config.h.in
+++ b/build_msvc/bitcoin_config.h.in
@@ -125,10 +125,6 @@
don't. */
#define HAVE_DECL_STRERROR_R 0
-/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
- don't. */
-#define HAVE_DECL_STRNLEN 1
-
/* Define if the dllexport attribute is supported. */
#define HAVE_DLLEXPORT_ATTRIBUTE 1