From ac72bd17d1c845b81aa9d1050b764ba1018ae462 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 4 May 2006 15:32:46 +0000 Subject: 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. --- auto/include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'auto/include') diff --git a/auto/include b/auto/include index 7a098d9d0..4139238ca 100644 --- a/auto/include +++ b/auto/include @@ -35,8 +35,8 @@ if [ -x $NGX_AUTOTEST ]; then echo " found" - ngx_name=`echo $ngx_include | sed -e 's/\./_/' -e 's/\//_/' \ - | tr '[a-z]' '[A-Z]'` + ngx_name=`echo $ngx_include \ + | tr abcdefghijklmnopqrstuvwxyz/. ABCDEFGHIJKLMNOPQRSTUVWXYZ__` have=NGX_HAVE_$ngx_name . auto/have_headers -- cgit v1.2.3