view auto/define @ 4990:e2794322ec76

Fixed HEAD requests handling when proxying is used (closes #261).
author Valentin Bartenev <vbart@nginx.com>
date Mon, 24 Dec 2012 17:32:53 +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