Utilities: Add hard-coded try_compile result for libarchive strnlen check

libarchive 3.5.1 checks for strnlen.  It is available on all Windows
platforms.
This commit is contained in:
Brad King
2021-08-19 10:55:23 -04:00
parent 107df8e650
commit 651ecdddfa

View File

@@ -180,6 +180,7 @@ if(WIN32)
set(HAVE_STRERROR_R 0)
set(HAVE_STRNCMPI 0)
set(HAVE_STRNCPY_S 1)
set(HAVE_STRNLEN 1)
set(HAVE_STROPTS_H 0)
set(HAVE__STRTOI64 1)
set(HAVE_STRTOLL 1)