diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2018-03-11 20:19:26 +0100 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2018-03-15 20:02:00 +0100 |
commit | 8ae413235d4b3f68f0858a3ce2cd65291f9cbe64 (patch) | |
tree | 6a6b0504c1ae2dc2c1fb5db4a2a943c656be0891 /test | |
parent | 71129e0265f322249cce6fa3e02df92dd9c8b2d5 (diff) |
Remove redundant checks for MSG_* from configure.ac
It is redundant to check for the presence of MSG_NOSIGNAL macro in
configure.ac, define HAVE_MSG_NOSIGNAL and then check whether the later
is defined in the source code. Instead we can check directly whether
MSG_NOSIGNAL is defined. Same for MSG_DONTWAIT.
In addition to that, the checks we had in configure.ac produce a
compiler warning about unused variable and thus could fail if
-Werror is present and erroneously proclaim that the macros are
not available.
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions