comparison auto/cc/owc @ 132:91372f004adf NGINX_0_3_13

nginx 0.3.13 *) 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; bug appeared in 0.3.11.
author Igor Sysoev <http://sysoev.ru>
date Mon, 05 Dec 2005 00:00:00 +0300
parents df17fbafec8f
children 549994537f15
comparison
equal deleted inserted replaced
131:add6b1e86d38 132:91372f004adf
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"