comparison auto/feature @ 194:003bd800ec2a NGINX_0_3_44

nginx 0.3.44 *) Feature: the "wait" parameter in the "include" SSI command. *) Feature: the Ukrainian and Byelorussian characters were added to koi-win conversion table. *) Bugfix: in the SSI.
author Igor Sysoev <http://sysoev.ru>
date Thu, 04 May 2006 00:00:00 +0400
parents 3314be145cb9
children c982febb7588
comparison
equal deleted inserted replaced
193:2a1394604ae9 194:003bd800ec2a
12 END 12 END
13 13
14 ngx_found=no 14 ngx_found=no
15 15
16 if test -n "$ngx_feature_name"; then 16 if test -n "$ngx_feature_name"; then
17 ngx_have_feature=`echo $ngx_feature_name | tr '[a-z]' '[A-Z]'` 17 ngx_have_feature=`echo $ngx_feature_name \
18 | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`
18 fi 19 fi
19 20
20 cat << END > $NGX_AUTOTEST.c 21 cat << END > $NGX_AUTOTEST.c
21 22
22 #include <sys/types.h> 23 #include <sys/types.h>