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: 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