diff options
Diffstat (limited to 'auto')
| -rw-r--r-- | auto/os/win32 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/auto/os/win32 b/auto/os/win32 index c4bcc6ab2..02b261cea 100644 --- a/auto/os/win32 +++ b/auto/os/win32 @@ -20,5 +20,9 @@ if [ $EVENT_SELECT = NO ]; then EVENT_MODULES="$EVENT_MODULES $SELECT_MODULE" fi +if [ $NGX_IPV6 = YES ]; then + have=NGX_HAVE_INET6 . auto/have +fi + have=NGX_HAVE_AIO . auto/have have=NGX_HAVE_IOCP . auto/have |
