aboutsummaryrefslogtreecommitdiffstats
path: root/app/nginx/auto/types/value
blob: ac88a3919ef168353413a75aefa27785b307a721 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $ngx_param
#define $ngx_param  $ngx_value
#endif

END