Release 2.19.10 -- Fix Windows and MacOS builds

This commit is contained in:
Dmitri Tikhonov 2020-09-08 14:16:25 -04:00
parent 2f2f436324
commit c3c69ba3bb
7 changed files with 53 additions and 9 deletions

View file

@ -19,6 +19,12 @@ CHECK_SYMBOL_EXISTS(
HAVE_IP_DONTFRAG
)
CHECK_SYMBOL_EXISTS(
preadv
"sys/uio.h"
HAVE_PREADV
)
INCLUDE(CheckIncludeFiles)
IF (MSVC AND PCRE_LIB)