aboutsummaryrefslogtreecommitdiff
path: root/auto/fmt/xfmt
blob: 957e59030091bdf3ae05f8c12ef96a364fbd2bd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (C) Igor Sysoev


cat << END | sed -e 's/d"$/x"/' >> $NGX_AUTO_CONFIG_H

#ifndef $ngx_fmt_name
#define $ngx_fmt_name  "$ngx_fmt"
#endif

END