view auto/define @ 6534:19a54ba76c04

Removed a surplus condition from ngx_parse_inet6_url(). No functional changes, since the condition was always true.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 11 May 2016 17:55:30 +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