comparison auto/feature @ 645:4946078f0a79 release-0.3.44

nginx-0.3.44-RELEASE import *) 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 <igor@sysoev.ru>
date Thu, 04 May 2006 15:32:46 +0000
parents 7a16e281c01f
children 67deba330372
comparison
equal deleted inserted replaced
644:610ff734a8cc 645:4946078f0a79
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>