view auto/define @ 5252:982678c5c270

Valgrind: another complaint about uninitialized bytes.
author Tatsuhiko Kubo <cubicdaiya@gmail.com>
date Wed, 12 Jun 2013 00:41:24 +0900
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