diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-19 14:54:44 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-19 14:54:44 +0000 |
commit | 15eda3d33f9e1160d438d370acd442ef3dbba63f (patch) | |
tree | 88f50dd23414f9bee659a6438fa62131825d072d /configure | |
parent | 332d4cbc24ab82cc77bccb0ce2c158c5e86a8fac (diff) | |
download | skalibs-15eda3d33f9e1160d438d370acd442ef3dbba63f.tar.xz |
Add DragonFly macro; remove nbwaitall and ancilautoclose
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -505,7 +505,6 @@ EOF trytypes choose clr nullispointer NULLISPOINTER 'a pointer-typed NULL' choose clr accept4 ACCEPT4 'accept4()' - choose clr ancilautoclose ANCILAUTOCLOSE 'auto-close after fd-passing' choose c cmsgcloexec CMSGCLOEXEC 'MSG_CMSG_CLOEXEC' choose clr devurandom DEVURANDOM '/dev/urandom' choose cl dirfd DIRFD 'dirfd()' @@ -518,7 +517,6 @@ EOF choose cl ipv6 IPV6 'IPv6 support' $socket_lib choose clr malloc0 MALLOC0 'non-NULL malloc(0)' choose c msgdontwait MSGDONTWAIT 'MSG_DONTWAIT' - choose clr nbwaitall NBWAITALL 'non-blocking MSG_WAITALL' choose c odirectory ODIRECTORY 'O_DIRECTORY' choose cl openat OPENAT 'openat()' choose cl linkat LINKAT 'linkat()' |