]> git.kaiwu.me - nginx.git/commitdiff
Win32: enabled both select and poll on Windows by default.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 24 Jan 2019 19:00:13 +0000 (22:00 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 24 Jan 2019 19:00:13 +0000 (22:00 +0300)
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.

auto/os/win32

index 61f3800af39d47b9b81a8c38a4b268a3ec5e9dbf..b821ae6d811a02329d81d3a68434608dcba39108 100644 (file)
@@ -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