view auto/define @ 4712:fd3eefefa5f9

map: strip final dot before looking up in a map of hostnames. (closes #182)
author Ruslan Ermilov <ru@nginx.com>
date Fri, 29 Jun 2012 20:33:26 +0000
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