view auto/define @ 4700:2b158d23538c stable-1.2

Retagged release-1.2.1 properly.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 25 Jun 2012 15:35:27 +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