comparison auto/fmt/xfmt @ 253:b6793bc5034b

nginx-0.0.2-2004-02-09-10:46:43 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 09 Feb 2004 07:46:43 +0000
parents 00cafae0bdf1
children 42d11f017717
comparison
equal deleted inserted replaced
252:84b1c672ec5a 253:b6793bc5034b
1 1
2 echo "#ifndef $ngx_fmt_name" >> $NGX_AUTO_CONFIG_H 2 cat << END | sed -e 's/d"$/x"/' >> $NGX_AUTO_CONFIG_H
3 echo "#define $ngx_fmt_name \"$ngx_fmt\"" | sed -e 's/d"$/x"/' \ 3
4 >> $NGX_AUTO_CONFIG_H 4 #ifndef $ngx_fmt_name
5 echo "#endif" >> $NGX_AUTO_CONFIG_H 5 #define $ngx_fmt_name "$ngx_fmt"
6 echo >> $NGX_AUTO_CONFIG_H 6 #endif
7
8 END