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
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2019-01-24 22:00:13 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2019-01-24 22:00:13 +0300
commitf2cfcc09a05670583bbbf9ab193eb743892f7da1 (patch)
tree9718443e33d0b964cb9f951c6b82d1df52629afe /auto
parent40b74475d03603692e2a0f8d8391a2d5062eb718 (diff)
Win32: enabled both select and poll on Windows by default.
Since we now have both select and poll on Windows, it is enough to do not set EVENT_FOUND, auto/modules will enable both automatically.
Diffstat (limited to 'auto')
-rw-r--r--auto/os/win328
1 files changed, 1 insertions, 7 deletions
diff --git a/auto/os/win32 b/auto/os/win32
index 61f3800af..b821ae6d8 100644
--- a/auto/os/win32
+++ b/auto/os/win32
@@ -32,13 +32,7 @@ case "$NGX_CC_NAME" in
esac
EVENT_MODULES="$EVENT_MODULES $IOCP_MODULE"
-EVENT_FOUND=YES
-
-if [ $EVENT_SELECT = NO ]; then
- have=NGX_HAVE_SELECT . auto/have
- CORE_SRCS="$CORE_SRCS $SELECT_SRCS"
- EVENT_MODULES="$EVENT_MODULES $SELECT_MODULE"
-fi
+#EVENT_FOUND=YES
have=NGX_HAVE_INET6 . auto/have