comparison auto/include @ 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 df17fbafec8f
children 6866b490272e
comparison
equal deleted inserted replaced
193:2a1394604ae9 194:003bd800ec2a
33 33
34 ngx_found=yes 34 ngx_found=yes
35 35
36 echo " found" 36 echo " found"
37 37
38 ngx_name=`echo $ngx_include | sed -e 's/\./_/' -e 's/\//_/' \ 38 ngx_name=`echo $ngx_include \
39 | tr '[a-z]' '[A-Z]'` 39 | tr abcdefghijklmnopqrstuvwxyz/. ABCDEFGHIJKLMNOPQRSTUVWXYZ__`
40 40
41 41
42 have=NGX_HAVE_$ngx_name . auto/have_headers 42 have=NGX_HAVE_$ngx_name . auto/have_headers
43 43
44 eval "NGX_INCLUDE_$ngx_name='#include <$ngx_include>'" 44 eval "NGX_INCLUDE_$ngx_name='#include <$ngx_include>'"