mk: DragonFly seems to also have sendfile(2).

This commit is contained in:
nia 2024-03-16 22:56:03 +00:00
parent db134f1ac6
commit 64afa4d5fd
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: DragonFly.mk,v 1.54 2023/11/15 14:14:09 nia Exp $
# $NetBSD: DragonFly.mk,v 1.55 2024/03/16 22:56:03 nia Exp $
#
# Variable definitions for the DragonFly operating system.
@ -65,6 +65,8 @@ OPSYS_HAS_KQUEUE= # defined
OPSYS_HAS_POSIX_SPAWN= # defined
.endif
OPSYS_HAS_SENDFILE= # defined
# check for maximum command line length and set it in configure's environment,
# to avoid a test required by the libtool script that takes forever.
_OPSYS_MAX_CMDLEN_CMD= /sbin/sysctl -n kern.argmax