Welcome to mirror list, hosted at ThFree Co, Russian Federation.

xfmt « fmt « auto - github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2509f3ffb456db950524cdeff5cbe86b89fb9e81 (plain)
1
2
3
4
5
6
7
8

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

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

END