comparison auto/os/conf @ 232:d8f5c91a5c07 NGINX_0_4_1

nginx 0.4.1 *) Bugfix: the DragonFlyBSD compatibility. Thanks to Pavel Nazarov. *) Workaround: of bug in 64-bit Linux sendfile(), when file is more than 2G. *) Feature: now on Linux nginx uses O_NOATIME flag for static requests. Thanks to Yusuf Goolamabbas.
author Igor Sysoev <http://sysoev.ru>
date Thu, 14 Sep 2006 00:00:00 +0400
parents 84910468f6de
children ff906029dd40
comparison
equal deleted inserted replaced
231:8024b0d52263 232:d8f5c91a5c07
4 4
5 echo "checking for $NGX_SYSTEM specific features" 5 echo "checking for $NGX_SYSTEM specific features"
6 6
7 case "$NGX_PLATFORM" in 7 case "$NGX_PLATFORM" in
8 8
9 FreeBSD:* | DragonFly:*) 9 FreeBSD:*)
10 . auto/os/freebsd 10 . auto/os/freebsd
11 ;; 11 ;;
12 12
13 Linux:*) 13 Linux:*)
14 . auto/os/linux 14 . auto/os/linux
18 . auto/os/solaris 18 . auto/os/solaris
19 ;; 19 ;;
20 20
21 win32) 21 win32)
22 . auto/os/win32 22 . auto/os/win32
23 ;;
24
25 DragonFly:*)
26 have=NGX_FREEBSD . auto/have_headers
27 CORE_INCS="$UNIX_INCS"
28 CORE_DEPS="$UNIX_DEPS $FREEBSD_DEPS"
29 CORE_SRCS="$UNIX_SRCS $FREEBSD_SRCS"
30
31 echo " + sendfile() found"
32 have=NGX_HAVE_SENDFILE . auto/have
33 CORE_SRCS="$CORE_SRCS $FREEBSD_SENDFILE_SRCS"
34
35 ngx_spacer='
36 '
23 ;; 37 ;;
24 38
25 Darwin:*) 39 Darwin:*)
26 have=NGX_DARWIN . auto/have_headers 40 have=NGX_DARWIN . auto/have_headers
27 have=NGX_HAVE_INHERITED_NONBLOCK . auto/have 41 have=NGX_HAVE_INHERITED_NONBLOCK . auto/have