mirror of
https://github.com/nginx/nginx.git
synced 2024-11-21 16:28:40 +00:00
13 lines
155 B
Plaintext
13 lines
155 B
Plaintext
|
|
# Copyright (C) Igor Sysoev
|
|
# Copyright (C) Nginx, Inc.
|
|
|
|
|
|
cat << END >> $NGX_AUTO_CONFIG_H
|
|
|
|
#ifndef $ngx_param
|
|
#define $ngx_param $ngx_value
|
|
#endif
|
|
|
|
END
|