comparison auto/include @ 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 4d9ea73a627a
children 418c9f97bd01
comparison
equal deleted inserted replaced
644:610ff734a8cc 645:4946078f0a79
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>'"