mirror of
https://github.com/nginx/nginx.git
synced 2026-06-26 20:01:45 +00:00
6 lines
92 B
Text
6 lines
92 B
Text
|
|
cat << END >> $NGX_AUTO_CONFIG_H
|
|
|
|
#ifndef $ngx_param
|
|
#define $ngx_param $ngx_value
|
|
#endif
|