comparison auto/feature @ 392: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 6eb1e38f0f1f
children 5c576ea5dbd9
comparison
equal deleted inserted replaced
391:4ec606a899d3 392:34fb3a573548
17 ngx_have_feature=`echo $ngx_feature_name \ 17 ngx_have_feature=`echo $ngx_feature_name \
18 | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ` 18 | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`
19 fi 19 fi
20 20
21 if test -n "$ngx_feature_path"; then 21 if test -n "$ngx_feature_path"; then
22 ngx_feature_inc_path="-I $ngx_feature_path" 22 for ngx_temp in $ngx_feature_path; do
23 ngx_feature_inc_path="$ngx_feature_inc_path -I $ngx_temp"
24 done
23 fi 25 fi
24 26
25 cat << END > $NGX_AUTOTEST.c 27 cat << END > $NGX_AUTOTEST.c
26 28
27 #include <sys/types.h> 29 #include <sys/types.h>