From 94bdb39d78c9292bb5461c8e9f679d10268c4a86 Mon Sep 17 00:00:00 2001 From: Dick Porter Date: Wed, 12 Jun 2002 12:29:57 +0000 Subject: 2002-06-10 Jaroslaw Kowalski * configure.in: added checks for MSG_NOSIGNAL 2002-06-10 Jaroslaw Kowalski * sockets.c, daemon-messages.c: Prevent SIGPIPE from being raised when writing to a closed socket. svn path=/trunk/mono/; revision=5251 --- acconfig.h | 1 + 1 file changed, 1 insertion(+) (limited to 'acconfig.h') 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 -- cgit v1.2.3