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-04-18 23:06:02 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-04-18 23:06:02 +0400
commit9bfb434d241816749077e21f499b8efd41c3625d (patch)
treedefc89b07684b0bd31b77dd61825893e434392ba /auto/os
parent32075f53e94183c647da58d4d832a58725d36c49 (diff)
nginx-0.0.3-2004-04-18-23:06:02 import
Diffstat (limited to 'auto/os')
-rw-r--r--auto/os/conf9
1 files changed, 7 insertions, 2 deletions
diff --git a/auto/os/conf b/auto/os/conf
index 31a041f96..94fdbcd56 100644
--- a/auto/os/conf
+++ b/auto/os/conf
@@ -30,11 +30,16 @@ case $PLATFORM in
win32)
CORE_INCS="$WIN32_INCS"
CORE_DEPS="$WIN32_DEPS"
- CORE_SRCS="$WIN32_SRCS $SELECT_SRCS $IOCP_SRCS"
+ CORE_SRCS="$WIN32_SRCS $IOCP_SRCS"
OS_CONFIG="$WIN32_CONFIG"
- EVENT_MODULES="$EVENT_MODULES $SELECT_MODULE $IOCP_MODULE"
+ EVENT_MODULES="$EVENT_MODULES $IOCP_MODULE"
EVENT_FOUND=YES
+ if [ $EVENT_SELECT = NO ]; then
+ CORE_SRCS="$CORE_SRCS $SELECT_SRCS"
+ EVENT_MODULES="$EVENT_MODULES $SELECT_MODULE"
+ fi
+
have=HAVE_AIO . auto/have
have=HAVE_IOCP . auto/have
CORE_LIBS="$CORE_LIBS ws2_32.lib"