view auto/types/value @ 4544:3a99980ac221

Some older OSes (notably FreeBSD 4.x) did not have %zu format specifier, so revert to using %d.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 16 Mar 2012 07:33:55 +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