comparison auto/cc/owc @ 583:4e296b7d25bf release-0.3.13

nginx-0.3.13-RELEASE import *) Feature: the IMAP/POP3 proxy supports STARTTLS and STLS. *) Bugfix: the IMAP/POP3 proxy did not work with the select, poll, and /dev/poll methods. *) Bugfix: in SSI handling. *) Bugfix: now Solaris sendfilev() is not used to transfer the client request body to FastCGI-server via the unix domain socket. *) Bugfix: the "auth_basic" directive did not disable the authorization; the bug had appeared in 0.3.11.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 05 Dec 2005 13:18:09 +0000
parents 4d9ea73a627a
children d43d73277c5c
comparison
equal deleted inserted replaced
582:6646640ac20b 583:4e296b7d25bf
1 1
2 # Copyright (C) Igor Sysoev 2 # Copyright (C) Igor Sysoev
3 3
4 4
5 # Open Watcom C 1.0, 1.2 5 # Open Watcom C 1.0, 1.2, 1.3
6 6
7 # optimizations 7 # optimizations
8 8
9 # maximize speed 9 # maximize speed
10 CFLAGS="$CFLAGS -ot" 10 CFLAGS="$CFLAGS -ot"
58 58
59 # quiet 59 # quiet
60 CFLAGS="$CFLAGS -zq" 60 CFLAGS="$CFLAGS -zq"
61 61
62 # Open Watcom C 1.2 62 # Open Watcom C 1.2
63 #have=NGX_HAVE_C99_VARIADIC_MACROS . auto/have 63 have=NGX_HAVE_C99_VARIADIC_MACROS . auto/have
64 64
65 65
66 # the precompiled headers 66 # the precompiled headers
67 CORE_DEPS="$CORE_DEPS $NGX_OBJS/ngx_config.pch" 67 CORE_DEPS="$CORE_DEPS $NGX_OBJS/ngx_config.pch"
68 NGX_PCH="$NGX_OBJS/ngx_config.pch" 68 NGX_PCH="$NGX_OBJS/ngx_config.pch"