summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2014-12-21 00:26:40 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2014-12-21 00:26:40 +0000
commit23bdcb4ad4ef19d99b729e5282fd15df6300a3b5 (patch)
treebc1976b67844d3070b0cd2bbecf5103ece86024d /configure
parent828159d33b8ced9e016470c61ffd66bbef048e06 (diff)
downloadskalibs-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-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index ba4439a..389b31b 100755
--- a/configure
+++ b/configure
@@ -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()'