Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-05-04 19:32:46 +0400
committerIgor Sysoev <igor@sysoev.ru>2006-05-04 19:32:46 +0400
commitac72bd17d1c845b81aa9d1050b764ba1018ae462 (patch)
treee7df03607b73b7c1cca5438fa02b6022c0e37e74 /auto/include
parent2cca46c774157b529c439eafe0083d75e74f138a (diff)
nginx-0.3.44-RELEASE importrelease-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.
Diffstat (limited to 'auto/include')
-rw-r--r--auto/include4
1 files changed, 2 insertions, 2 deletions
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