aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/daemon.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-09-17 14:11:20 +0000
committerChristian Grothoff <christian@grothoff.org>2008-09-17 14:11:20 +0000
commita60850c633663e38f858adbd6cf3310b63ee50d0 (patch)
treec5ab16f3f81082c147d84ed04035f9c69cf634f0 /src/daemon/daemon.c
parent639bedbdcb037654285687aa9eead8592fea5dd1 (diff)
downloadlibmicrohttpd-a60850c633663e38f858adbd6cf3310b63ee50d0.tar.gz
libmicrohttpd-a60850c633663e38f858adbd6cf3310b63ee50d0.zip
fixing 1425
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