Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auto/os
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-06-15 21:47:16 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-06-15 21:47:16 +0400
commitd09f7a1e9aa5816493e2fef93074383d95140c13 (patch)
tree4aeabb503cda16fa45c78a56881c327e97de6d12 /auto/os
parent87350f269da4d82f2436aac91ae87fbd37ca6c16 (diff)
nginx-0.0.7-2004-06-15-21:47:16 import
Diffstat (limited to 'auto/os')
-rw-r--r--auto/os/conf6
-rw-r--r--auto/os/freebsd3
-rw-r--r--auto/os/linux3
3 files changed, 6 insertions, 6 deletions
diff --git a/auto/os/conf b/auto/os/conf
index 94fdbcd56..623ba3129 100644
--- a/auto/os/conf
+++ b/auto/os/conf
@@ -45,4 +45,10 @@ case $PLATFORM in
CORE_LIBS="$CORE_LIBS ws2_32.lib"
;;
+ *)
+ CORE_INCS="$UNIX_INCS"
+ CORE_DEPS="$UNIX_DEPS $POSIX_DEPS"
+ CORE_SRCS="$UNIX_SRCS"
+ ;;
+
esac
diff --git a/auto/os/freebsd b/auto/os/freebsd
index 53d732207..5fa8e33e3 100644
--- a/auto/os/freebsd
+++ b/auto/os/freebsd
@@ -66,6 +66,3 @@ if [ $EVENT_AIO = YES ]; then
else
have=HAVE_AIO . auto/nohave
fi
-
-
-have=HAVE_MSGHDR_MSG_CONTROL . auto/have
diff --git a/auto/os/linux b/auto/os/linux
index 6a9b8b559..c34fba1ac 100644
--- a/auto/os/linux
+++ b/auto/os/linux
@@ -77,6 +77,3 @@ ngx_func_test="prctl(PR_SET_DUMPABLE, 1, 0, 0, 0)"
if [ $ngx_found = yes ]; then
have=HAVE_PR_SET_DUMPABLE . auto/have
fi
-
-
-have=HAVE_MSGHDR_MSG_CONTROL . auto/have