mirror of
https://github.com/nginx/nginx.git
synced 2026-08-07 03:35:00 -05:00
10 lines
122 B
Plaintext
10 lines
122 B
Plaintext
|
|
# Copyright (C) Igor Sysoev
|
|
|
|
|
|
cat << END >> $NGX_AUTO_CONFIG_H
|
|
|
|
#ifndef $ngx_param
|
|
#define $ngx_param $ngx_value
|
|
#endif
|