comparison auto/os/freebsd @ 520:d41628eb4d0a NGINX_0_8_12

nginx 0.8.12 *) Feature: the "sendfile" parameter in the "aio" directive on FreeBSD. *) Bugfix: in try_files; the bug had appeared in 0.8.11. *) Bugfix: in memcached; the bug had appeared in 0.8.11.
author Igor Sysoev <http://sysoev.ru>
date Mon, 31 Aug 2009 00:00:00 +0400
parents d8f5c91a5c07
children d4da38525468
comparison
equal deleted inserted replaced
519:1fd1b769cd78 520:d41628eb4d0a
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