Skip to content

Commit

Permalink
Win32: enabled both select and poll on Windows by default.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mdounin committed Jan 24, 2019
1 parent 40b7447 commit f2cfcc0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions auto/os/win32
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f2cfcc0

Please sign in to comment.