sysdeps-unix: check for HAVE_DECL_MSG_NOSIGNAL
authorWill Thompson <will.thompson@collabora.co.uk>
Thu, 16 Dec 2010 13:56:04 +0000 (13:56 +0000)
committerWill Thompson <will.thompson@collabora.co.uk>
Thu, 16 Dec 2010 19:49:04 +0000 (19:49 +0000)
commit48a16845d69d27748d36e71165ec6fba0d743df3
tree5e74bcf9836ada5d583f844549cc435f3bd9a997
parentc5d0998295a15fe649da854b68334c767aad1049
sysdeps-unix: check for HAVE_DECL_MSG_NOSIGNAL

MSG_NOSIGNAL could theoretically be an enum member or something rather
than an #define, so it's better to check for the flag defined by the
configure check (as is done in dbus-connection.c already).

Reviewed-by: Colin Walters <walters@verbum.org>
Reviewed-by: Scott James Remnant <scott@netsplit.com>
dbus/dbus-sysdeps-unix.c