view auto/types/value @ 4486:a996bb40a0bb

Disable symlinks: cleanups once again. In collaboration with Ruslan Ermilov.
author Valentin Bartenev <vbart@nginx.com>
date Tue, 21 Feb 2012 15:01:25 +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