view auto/define @ 5165:8222ca034980 stable-1.2

release-1.2.8 tag
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 02 Apr 2013 12:34:39 +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