gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] 112/154: configure.ac: define a check for H


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 112/154: configure.ac: define a check for HAVE_SENDMSG
Date: Mon, 19 Aug 2019 10:17:04 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository libmicrohttpd.

commit 379da4ce093bdc957b53b563aa1ae0c7c37c19ac
Author: ng0 <address@hidden>
AuthorDate: Mon Jul 29 18:38:04 2019 +0000

    configure.ac: define a check for HAVE_SENDMSG
---
 configure.ac | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/configure.ac b/configure.ac
index 61b0c6f1..5b7a8114 100644
--- a/configure.ac
+++ b/configure.ac
@@ -642,6 +642,10 @@ AM_CONDITIONAL(USE_MS_LIB_TOOL, [test 
"x$ac_cv_use_ms_lib_tool" = "xyes"])
 MHD_CHECK_SOCKET_SHUTDOWN_TRIGGER([AC_DEFINE([HAVE_LISTEN_SHUTDOWN],[1],[can 
use shutdown on listen sockets])])
 AM_CONDITIONAL([HAVE_LISTEN_SHUTDOWN], [test 
"x$mhd_cv_host_shtdwn_trgr_select" = "xyes"])
 
+# 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]))
+
 # set GCC options
 # use '-fno-strict-aliasing', but only if the compiler
 # and linker can take it

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]