view auto/define @ 5142:afea5259e05c

Upstream: fixed tcp_nodelay with connection upgrade (ticket #325).
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 27 Mar 2013 15:18:34 +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