view auto/types/value @ 4591:bfc00a6715ac stable-1.0

release-1.0.15 tag
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 12 Apr 2012 13:01:17 +0000
parents 4919fb357a5d
children
line wrap: on
line source


# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $ngx_param
#define $ngx_param  $ngx_value
#endif

END