view auto/define @ 6459:78fc2dce69e7

Stream: detect port absence in proxy_pass with IP literal. This is a clone of http commit 26c127bab5ef.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 23 Mar 2016 17:45:15 +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