changeset 688:03fa118203d6

separate DragonFlyBSD autoconfiguration from FreeBSD
author Igor Sysoev <igor@sysoev.ru>
date Thu, 07 Sep 2006 20:17:19 +0000
parents 8e446a2daf48
children 8183d4ba50f8
files auto/os/conf
diffstat 1 files changed, 15 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/auto/os/conf
+++ b/auto/os/conf
@@ -6,7 +6,7 @@ echo "checking for $NGX_SYSTEM specific 
 
 case "$NGX_PLATFORM" in
 
-    FreeBSD:* | DragonFly:*)
+    FreeBSD:*)
         . auto/os/freebsd
     ;;
 
@@ -22,6 +22,20 @@ case "$NGX_PLATFORM" in
         . auto/os/win32
     ;;
 
+    DragonFly:*)
+        have=NGX_FREEBSD . auto/have_headers
+        CORE_INCS="$UNIX_INCS"
+        CORE_DEPS="$UNIX_DEPS $FREEBSD_DEPS"
+        CORE_SRCS="$UNIX_SRCS $FREEBSD_SRCS"
+
+        echo " + sendfile() found"
+        have=NGX_HAVE_SENDFILE . auto/have
+        CORE_SRCS="$CORE_SRCS $FREEBSD_SENDFILE_SRCS"
+
+        ngx_spacer='
+'
+    ;;
+
     Darwin:*)
         have=NGX_DARWIN . auto/have_headers
         have=NGX_HAVE_INHERITED_NONBLOCK . auto/have