aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/daemon.c')
-rw-r--r--src/daemon/daemon.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c
index 7e3e7e3e..88e37c8c 100644
--- a/src/daemon/daemon.c
+++ b/src/daemon/daemon.c
@@ -59,6 +59,12 @@
59 */ 59 */
60#define DEBUG_CONNECT MHD_NO 60#define DEBUG_CONNECT MHD_NO
61 61
62#ifndef LINUX
63#ifndef MSG_NOSIGNAL
64#define MSG_NOSIGNAL 0
65#endif
66#endif
67
62#if HTTPS_SUPPORT 68#if HTTPS_SUPPORT
63/** 69/**
64 * Note: code duplication with code in gnutls_priority.c 70 * Note: code duplication with code in gnutls_priority.c