comparison auto/os/features @ 394:34fb3a573548 NGINX_0_7_8

nginx 0.7.8 *) Feature: the ngx_http_xslt_module. *) Feature: the "$arg_..." variables. *) Feature: Solaris directio support. Thanks to Ivan Debnar. *) Bugfix: now if FastCGI server sends a "Location" header line without status line, then nginx uses 302 status code. Thanks to Maxim Dounin.
author Igor Sysoev <http://sysoev.ru>
date Mon, 04 Aug 2008 00:00:00 +0400
parents 0b6053502c55
children a8e3f1441eec
comparison
equal deleted inserted replaced
393:4ec606a899d3 394:34fb3a573548
188 ngx_feature_incs="#include <fcntl.h>" 188 ngx_feature_incs="#include <fcntl.h>"
189 ngx_feature_path= 189 ngx_feature_path=
190 ngx_feature_libs= 190 ngx_feature_libs=
191 ngx_feature_test="fcntl(0, F_NOCACHE, 1);" 191 ngx_feature_test="fcntl(0, F_NOCACHE, 1);"
192 . auto/feature 192 . auto/feature
193
194
195 ngx_feature="directio()"
196 ngx_feature_name="NGX_HAVE_DIRECTIO"
197 ngx_feature_run=no
198 ngx_feature_incs="#include <sys/types.h>
199 #include <sys/fcntl.h>"
200 ngx_feature_path=
201 ngx_feature_libs=
202 ngx_feature_test="directio(0, DIRECTIO_ON);"
203 . auto/feature