nginx/auto/fmt/xfmt

7 lines
335 B
Plaintext
Raw Normal View History

2003-11-26 23:42:18 +08:00
2003-12-15 04:10:27 +08:00
echo "#ifndef $ngx_fmt_name" >> $NGX_AUTO_CONFIG_H
echo "#define $ngx_fmt_name \"$ngx_fmt\"" | sed -e 's/d"$/x"/' \
2003-11-26 23:42:18 +08:00
>> $NGX_AUTO_CONFIG_H
echo "#endif" >> $NGX_AUTO_CONFIG_H
echo >> $NGX_AUTO_CONFIG_H