view auto/types/value @ 5479:c0d6eae5a1c5

Resolver: lookups are case-insensitive.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 13 Dec 2013 20:49:52 +0400
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