view auto/nohave @ 4766:284cb8fb0741

Slight optimization in ngx_http_upstream_add(): replaced an expression known to be constant with the constant value.
author Ruslan Ermilov <ru@nginx.com>
date Sun, 29 Jul 2012 19:44:09 +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  0
#endif

END