view auto/define @ 6881:7113b9b2dd6c

Upstream: removed compatibility shims from ngx_http_upstream_t. The type is no longer modified in NGINX Plus.
author Vladimir Homutov <vl@nginx.com>
date Wed, 25 Jan 2017 15:39:22 +0300
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