view auto/types/value @ 4413:23ea4e72c85a

Fixed grammar in PCRE JIT error log message.
author Valentin Bartenev <vbart@nginx.com>
date Tue, 24 Jan 2012 10:20:42 +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