view auto/define @ 5856:1b8459a53e4b

Avoided to add duplicate hash key in ngx_http_types_slot().
author Gu Feng <flygoast@126.com>
date Wed, 17 Sep 2014 22:52:02 +0800
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