diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-21 00:26:40 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-21 00:26:40 +0000 |
commit | 23bdcb4ad4ef19d99b729e5282fd15df6300a3b5 (patch) | |
tree | bc1976b67844d3070b0cd2bbecf5103ece86024d /configure | |
parent | 828159d33b8ced9e016470c61ffd66bbef048e06 (diff) | |
download | skalibs-23bdcb4ad4ef19d99b729e5282fd15df6300a3b5.tar.xz |
So the non-portable MSG_DONTWAIT may alleviate the problem... might
as well use it on architectures that support it.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -442,7 +442,8 @@ EOF choose cl getpeerucred GETPEERUCRED 'getpeerucred()' choose cl ipv6 IPV6 'IPv6 support' $socket_lib choose clr malloc0 MALLOC0 'non-NULL malloc(0)' - choose clr okwaitall OKWAITALL 'a usable MSG_WAITALL flag' + choose c msgdontwait MSGDONTWAIT 'MSG_DONTWAIT' + choose clr nbwaitall NBWAITALL 'non-blocking MSG_WAITALL' choose cl openat OPENAT 'openat()' choose cl linkat LINKAT 'linkat()' choose clr pipe2 PIPE2 'pipe2()' |