Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDick Porter <dick@acm.org>2002-06-12 16:29:57 +0400
committerDick Porter <dick@acm.org>2002-06-12 16:29:57 +0400
commit94bdb39d78c9292bb5461c8e9f679d10268c4a86 (patch)
tree5364e77ec19cd02383fcde5b43c2e5774ebe2bd5 /acconfig.h
parent1c20689cf8811e84dbdf248448532c314908dd68 (diff)
2002-06-10 Jaroslaw Kowalski <jarek@atm.com.pl>
* configure.in: added checks for MSG_NOSIGNAL 2002-06-10 Jaroslaw Kowalski <jarek@atm.com.pl> * sockets.c, daemon-messages.c: Prevent SIGPIPE from being raised when writing to a closed socket. svn path=/trunk/mono/; revision=5251
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 1ba6021b489..8f559030546 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,5 +1,6 @@
#undef HAVE_INET_PTON
#undef HAVE_INET_ATON
+#undef HAVE_MSG_NOSIGNAL
#undef HAVE_SOL_IP
#undef HAVE_SOL_TCP
#undef HAVE_IP_PKTINFO