commit 919c6d4e52197b22aebb60342cfc06c1e80b2b73
parent 46829218013f6dcb9de3f3ec432f8978e541ea38
Author: ng0 <ng0@n0.is>
Date: Tue, 30 Jul 2019 09:04:16 +0000
MSG_MORE fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c
@@ -250,7 +250,7 @@ MHD_send_on_connection_ (struct MHD_Connection *connection,
{
/* plaintext transmission */
pre_cork_setsockopt (connection, want_cork);
-#if MSG_MORE
+#if HAVE_MSG_MORE
ret = send (s,
buffer,
buffer_size,