comparison auto/os/conf @ 688:03fa118203d6

separate DragonFlyBSD autoconfiguration from FreeBSD
author Igor Sysoev <igor@sysoev.ru>
date Thu, 07 Sep 2006 20:17:19 +0000
parents 425af804d968
children 95aa79944291
comparison
equal deleted inserted replaced
687:8e446a2daf48 688:03fa118203d6
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