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.
diff --git a/auto/include b/auto/include
index 7a098d9..4139238 100644
--- a/auto/include
+++ b/auto/include
@@ -35,8 +35,8 @@
 
     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