mirror of
https://github.com/nginx/nginx.git
synced 2024-12-28 09:51:04 -06:00
7 lines
92 B
Plaintext
7 lines
92 B
Plaintext
|
|
cat << END >> $NGX_AUTO_CONFIG_H
|
|
|
|
#ifndef $ngx_param
|
|
#define $ngx_param $ngx_value
|
|
#endif
|