Files
nginx/auto/types/value

13 lines
155 B
Plaintext
Raw Normal View History

2004-06-27 18:01:57 +00:00
# Copyright (C) Igor Sysoev
2012-01-18 15:07:43 +00:00
# Copyright (C) Nginx, Inc.
2004-06-27 18:01:57 +00:00
cat << END >> $NGX_AUTO_CONFIG_H
#ifndef $ngx_param
#define $ngx_param $ngx_value
#endif
END