view auto/define @ 4466:b404f34b5cb8

Proxy: added the "proxy_cookie_path" directive.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 13 Feb 2012 11:08:05 +0000
parents d620f497c50f
children
line wrap: on
line source


# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $have
#define $have  $value
#endif

END