view auto/define @ 4632:9ee68d629722 release-1.3.0

nginx-1.3.0-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 15 May 2012 14:23:49 +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