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.
This commit is contained in:
fanquake
2022-03-29 08:09:32 +01:00
parent 7c72eabb57
commit d4ba2b2cbc
5 changed files with 0 additions and 28 deletions

View File

@@ -984,7 +984,6 @@ AC_CHECK_DECLS([getifaddrs, freeifaddrs],[CHECK_SOCKET],,
[#include <sys/types.h>
#include <ifaddrs.h>]
)
AC_CHECK_DECLS([strnlen])
dnl These are used for daemonization in bitcoind
AC_CHECK_DECLS([fork])