commit | bfff03406d869119eb0cec68f028e8ab6fd6caa5 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Sun Aug 30 09:52:39 2009 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Sun Aug 30 09:52:39 2009 +0000 |
tree | df66c97cc1e19310ce18a8d882480bdfa0c32780 | |
parent | ddda411d146607ec6cd61fcbb3fff95340a28df2 [diff] [blame] |
aio sendfile
diff --git a/auto/os/freebsd b/auto/os/freebsd index 596aaa0..2098529 100644 --- a/auto/os/freebsd +++ b/auto/os/freebsd
@@ -43,6 +43,12 @@ 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