nginx/auto/os
Maxim Dounin 40b74475d0 Win32: added WSAPoll() support.
WSAPoll() is only available with Windows Vista and newer (and only
available during compilation if _WIN32_WINNT >= 0x0600).  To make
sure the code works with Windows XP, we do not redefine _WIN32_WINNT,
but instead load WSAPoll() dynamically if it is not available during
compilation.

Also, sockets are not guaranteed to be small integers on Windows.
So an index array is used instead of NGX_USE_FD_EVENT to map
events to connections.
2019-01-24 21:51:21 +03:00
..
conf Configure: set default cacheline size to 64 for aarch64 platforms. 2017-12-11 15:05:35 +00:00
darwin Enabled IPV6_RECVPKTINFO / IPV6_PKTINFO on macOS. 2017-04-17 14:42:12 +03:00
freebsd Removed the obsolete aio module. 2015-04-22 18:57:32 +03:00
linux Configure: fixed compiler warnings with "-Wall -Wextra". 2018-07-24 18:46:54 +03:00
solaris Configure: fix build with -Werror=unused-but-set-variable. 2016-06-27 15:00:03 -07:00
win32 Win32: added WSAPoll() support. 2019-01-24 21:51:21 +03:00