mirror of
https://github.com/nginx/nginx.git
synced 2026-07-11 03:14:51 +00:00
9 lines
122 B
Text
9 lines
122 B
Text
|
|
# Copyright (C) Igor Sysoev
|
|
|
|
|
|
cat << END >> $NGX_AUTO_CONFIG_H
|
|
|
|
#ifndef $ngx_param
|
|
#define $ngx_param $ngx_value
|
|
#endif
|