view auto/nohave @ 4785:f8767b8032ba stable-1.2

Merge of r4713: map hostnames fix (ticket #182). The final dot wasn't stripped before looking up in a map of hostnames.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 06 Aug 2012 14:04:06 +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  0
#endif

END