view auto/have @ 5818:fe8bafab5b49

Upstream: improved configuration parser diagnostics. Made it clear when the selected balancing method does not support certain parameters of the "server" directive.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 01 Sep 2014 12:27:38 +0400
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  1
#endif

END