view auto/define @ 5172:a4d21534cbf4

Events: fixed typos in two previous commits.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 12 Apr 2013 17:31:08 +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