comparison auto/cc/ccc @ 64:5db440287648 NGINX_0_1_32

nginx 0.1.32 *) Bugfix: the arguments were omitted in the redirects, issued by the "rewrite" directive; bug appeared in 0.1.29. *) Feature: the "if" directive supports the captures in regular expressions. *) Feature: the "set" directive supports the variables and the captures of regular expressions. *) Feature: the "X-Accel-Redirect" response header line is supported in proxy and FastCGI mode.
author Igor Sysoev <http://sysoev.ru>
date Thu, 19 May 2005 00:00:00 +0400
parents
children 818201e5a553
comparison
equal deleted inserted replaced
63:e42867135781 64:5db440287648
1
2 # Copyright (C) Igor Sysoev
3
4
5 # Compaq C V6.5-207
6
7 ngx_include_opt="-I"
8
9 # warnings
10
11 CFLAGS="$CFLAGS -msg_enable level6 -msg_fatal level6"
12
13 CFLAGS="$CFLAGS -msg_disable unnecincl"
14 CFLAGS="$CFLAGS -msg_disable nestincl"
15 CFLAGS="$CFLAGS -msg_disable unusedincl"
16 CFLAGS="$CFLAGS -msg_disable unknownmacro"
17 CFLAGS="$CFLAGS -msg_disable strctpadding"
18 CFLAGS="$CFLAGS -msg_disable ansialiascast"
19 CFLAGS="$CFLAGS -msg_disable inlinestoclsmod"
20 CFLAGS="$CFLAGS -msg_disable cxxkeyword"
21 CFLAGS="$CFLAGS -msg_disable longlongsufx"
22
23 # STUB
24 CFLAGS="$CFLAGS -msg_disable truncintcast"
25 CFLAGS="$CFLAGS -msg_disable trunclongcast"
26 CFLAGS="$CFLAGS -msg_disable truncintasn"
27 CFLAGS="$CFLAGS -msg_disable trunclongint"
28 CFLAGS="$CFLAGS -msg_disable intconcastsgn"
29 CFLAGS="$CFLAGS -msg_disable intconstsign"
30 CFLAGS="$CFLAGS -msg_disable hexoctunsign"
31 CFLAGS="$CFLAGS -msg_disable switchlong"
32 CFLAGS="$CFLAGS -msg_disable valuepres"
33 CFLAGS="$CFLAGS -msg_disable subscrbounds2"
34 CFLAGS="$CFLAGS -msg_disable ignorecallval"
35 CFLAGS="$CFLAGS -msg_disable nonstandcast"
36 CFLAGS="$CFLAGS -msg_disable embedcomment"
37 CFLAGS="$CFLAGS -msg_disable unreachcode"
38 CFLAGS="$CFLAGS -msg_disable questcompare2"
39 CFLAGS="$CFLAGS -msg_disable unusedtop"
40 CFLAGS="$CFLAGS -msg_disable unrefdecl"
41 CFLAGS="$CFLAGS -msg_disable bitnotint"