comparison auto/cc/msvc @ 633:f971949ffb58 release-0.3.38

nginx-0.3.38-RELEASE import *) Feature: the ngx_http_dav_module. *) Change: the ngx_http_perl_module optimizations. Thanks to Sergey Skvortsov. *) Feature: the ngx_http_perl_module supports the $r->request_body_file method. *) Feature: the "client_body_in_file_only" directive. *) Workaround: now on disk overflow nginx tries to write access logs once a second only. Thanks to Anton Yuzhaninov and Maxim Dounin. *) Bugfix: now the "limit_rate" directive more precisely limits rate if rate is more than 100 Kbyte/s. Thanks to ForJest. *) Bugfix: now the IMAP/POP3 proxy escapes the "\r" and "\n" symbols in login and password to pass authorization server. Thanks to Maxim Dounin.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 14 Apr 2006 09:53:38 +0000
parents 5d2b8078c1c2
children 7cbef16c71a1
comparison
equal deleted inserted replaced
632:5c60f5f0887d 633:f971949ffb58
114 ngx_objout="-Fo" 114 ngx_objout="-Fo"
115 ngx_binout="-Fe" 115 ngx_binout="-Fe"
116 ngx_objext="obj" 116 ngx_objext="obj"
117 ngx_binext=".exe" 117 ngx_binext=".exe"
118 118
119 # Borland make 119 if [ "$BMAKE" = nmake ]; then
120 #ngx_long_start='@&&| 120 # MS nmake
121 # '
122 #ngx_long_end='|'
123 121
124 # MS nmake 122 ngx_long_start='@<<
125 ngx_long_start='@<<
126 ' 123 '
127 ngx_long_end='<<' 124 ngx_long_end='<<'
128 ngx_long_regex_cont=' \ 125 ngx_long_regex_cont=' \
129 ' 126 '
130 ngx_long_cont=' 127 ngx_long_cont='
131 ' 128 '
129
130 else
131 # Borland make
132
133 ngx_long_start='@&&|
134 '
135 ngx_long_end='|'
136 fi
137
132 # MSVC understand / in path 138 # MSVC understand / in path
133 #ngx_regex_dirsep='\\' 139 #ngx_regex_dirsep='\\'
134 #ngx_dirsep="\\" 140 #ngx_dirsep="\\"