view auto/define @ 4676:61b6a3438afe release-1.3.1

nginx-1.3.1-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 05 Jun 2012 13:47:29 +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