From bfff03406d869119eb0cec68f028e8ab6fd6caa5 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sun, 30 Aug 2009 09:52:39 +0000 Subject: aio sendfile --- auto/os/freebsd | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'auto') diff --git a/auto/os/freebsd b/auto/os/freebsd index 596aaa067..20985294f 100644 --- a/auto/os/freebsd +++ b/auto/os/freebsd @@ -43,6 +43,12 @@ if [ $osreldate -gt 300007 ]; then CORE_SRCS="$CORE_SRCS $FREEBSD_SENDFILE_SRCS" fi +if [ $osreldate -gt 502103 ]; then + echo " + sendfile()'s SF_NODISKIO found" + + have=NGX_HAVE_AIO_SENDFILE . auto/have +fi + # kqueue -- cgit