nginx/auto/types/value

13 lines
155 B
Plaintext
Raw Normal View History

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