comparison auto/os/freebsd @ 3065:113cd532b328

aio sendfile
author Igor Sysoev <igor@sysoev.ru>
date Sun, 30 Aug 2009 09:52:39 +0000
parents 0bbb66f76af1
children 0daede16d68b
comparison
equal deleted inserted replaced
3064:23e6f26fb4bd 3065:113cd532b328
39 if [ $osreldate -gt 300007 ]; then 39 if [ $osreldate -gt 300007 ]; then
40 echo " + sendfile() found" 40 echo " + sendfile() found"
41 41
42 have=NGX_HAVE_SENDFILE . auto/have 42 have=NGX_HAVE_SENDFILE . auto/have
43 CORE_SRCS="$CORE_SRCS $FREEBSD_SENDFILE_SRCS" 43 CORE_SRCS="$CORE_SRCS $FREEBSD_SENDFILE_SRCS"
44 fi
45
46 if [ $osreldate -gt 502103 ]; then
47 echo " + sendfile()'s SF_NODISKIO found"
48
49 have=NGX_HAVE_AIO_SENDFILE . auto/have
44 fi 50 fi
45 51
46 52
47 # kqueue 53 # kqueue
48 54