libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 654d20bcd11c6f2c13b6b2e39a0d7c0cc8310d5b
parent 8ce24c2ae433fdf1ec125211d3622f3c27b56797
Author: ng0 <ng0@n0.is>
Date:   Mon, 29 Jul 2019 20:06:41 +0000

writev check

Diffstat:
Mconfigure.ac | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -645,6 +645,7 @@ AM_CONDITIONAL([HAVE_LISTEN_SHUTDOWN], [test "x$mhd_cv_host_shtdwn_trgr_select" # SENDMSG. Should we check for SCM_RIGHTS instead? # https://lists.x.org/archives/xorg-devel/2013-November/038687.html AC_SEARCH_LIBS(sendmsg, socket, AC_DEFINE([HAVE_SENDMSG],1,[Define if your platform supports sendmsg])) +AC_CHECK_FUNCS([writev]) # set GCC options # use '-fno-strict-aliasing', but only if the compiler