aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/connection.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-11-18 05:03:41 +0000
committerChristian Grothoff <christian@grothoff.org>2007-11-18 05:03:41 +0000
commitf3d7e0ac8765ed03f1729f54da074ddafe93f768 (patch)
tree368af1df04010ed2d386e586e8a3b269b671cdf3 /src/daemon/connection.c
parentb1284bff7358c92b93bf311a81278c5a8607427c (diff)
downloadlibmicrohttpd-f3d7e0ac8765ed03f1729f54da074ddafe93f768.tar.gz
libmicrohttpd-f3d7e0ac8765ed03f1729f54da074ddafe93f768.zip
only conditional on non-linux systems
Diffstat (limited to 'src/daemon/connection.c')
-rw-r--r--src/daemon/connection.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/daemon/connection.c b/src/daemon/connection.c
index 73603dcd..2102017d 100644
--- a/src/daemon/connection.c
+++ b/src/daemon/connection.c
@@ -32,9 +32,12 @@
32#include "response.h" 32#include "response.h"
33#include "reason_phrase.h" 33#include "reason_phrase.h"
34 34
35#ifndef LINUX
35#ifndef MSG_NOSIGNAL 36#ifndef MSG_NOSIGNAL
36#define MSG_NOSIGNAL 0 37#define MSG_NOSIGNAL 0
37#endif 38#endif
39#endif
40
38 41
39/** 42/**
40 * Message to transmit when http 1.1 request is received 43 * Message to transmit when http 1.1 request is received