gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 01/02: mhd_sockets: minor macro correction


From: gnunet
Subject: [libmicrohttpd] 01/02: mhd_sockets: minor macro correction
Date: Fri, 17 Dec 2021 18:54:57 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 31360bbd07d2a8b0f1f0af9dc66cc2c0cd879c00
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Fri Dec 17 10:43:08 2021 +0300

    mhd_sockets: minor macro correction
---
 src/microhttpd/mhd_sockets.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/microhttpd/mhd_sockets.h b/src/microhttpd/mhd_sockets.h
index 9ff2e372..d09cc522 100644
--- a/src/microhttpd/mhd_sockets.h
+++ b/src/microhttpd/mhd_sockets.h
@@ -205,7 +205,8 @@ typedef SOCKET MHD_socket;
 #endif
 
 #if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || \
-  defined(MHD_WINSOCK_SOCKETS) || defined(__MACH__) || defined(__sun)
+  defined(MHD_WINSOCK_SOCKETS) || defined(__MACH__) || defined(__sun) || \
+  defined(SOMEBSD)
 /* Most of OSes inherit nonblocking setting from the listen socket */
 #define MHD_ACCEPT_INHERIT_NONBLOCK 1
 #endif

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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