nginx-quic/auto/types/value

13 lines
155 B
Text
Raw Normal View History

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