view auto/define @ 5080:8da37c1b22a4

Trailing whitespace fix.
author Maxim Dounin <mdounin@mdounin.ru>
date Sat, 23 Feb 2013 11:50:42 +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