view auto/types/value @ 4803:92a620dd8036 stable-1.2

Merge of r4769: better diagnostics for directives in wrong context.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 06 Aug 2012 17:31:32 +0000
parents d620f497c50f
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