commit f3d7e0ac8765ed03f1729f54da074ddafe93f768
parent b1284bff7358c92b93bf311a81278c5a8607427c
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 18 Nov 2007 05:03:41 +0000
only conditional on non-linux systems
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/daemon/connection.c b/src/daemon/connection.c
@@ -32,9 +32,12 @@
#include "response.h"
#include "reason_phrase.h"
+#ifndef LINUX
#ifndef MSG_NOSIGNAL
#define MSG_NOSIGNAL 0
#endif
+#endif
+
/**
* Message to transmit when http 1.1 request is received