view auto/types/value @ 7075:72d3aefc2993

Cache: fixed max_size on win32.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 26 Jul 2017 13:13:51 +0300
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