view auto/have @ 5326:d22eb224aedf

Whitespace fix.
author Maxim Dounin <mdounin@mdounin.ru>
date Sat, 17 Aug 2013 16:54:55 +0400
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  1
#endif

END