gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r5734 - libmicrohttpd/src/daemon


From: gnunet
Subject: [GNUnet-SVN] r5734 - libmicrohttpd/src/daemon
Date: Sat, 17 Nov 2007 22:03:41 -0700 (MST)

Author: grothoff
Date: 2007-11-17 22:03:41 -0700 (Sat, 17 Nov 2007)
New Revision: 5734

Modified:
   libmicrohttpd/src/daemon/connection.c
Log:
only conditional on non-linux systems

Modified: libmicrohttpd/src/daemon/connection.c
===================================================================
--- libmicrohttpd/src/daemon/connection.c       2007-11-18 03:48:31 UTC (rev 
5733)
+++ libmicrohttpd/src/daemon/connection.c       2007-11-18 05:03:41 UTC (rev 
5734)
@@ -32,10 +32,13 @@
 #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
  */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]