view auto/define @ 6997:df1a62c83b1b

Realip: allow hostnames in set_real_ip_from (ticket #1180).
author Ruslan Ermilov <ru@nginx.com>
date Mon, 15 May 2017 17:17:01 +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