view auto/define @ 5926:08bfc7188a41

Write filter: fixed handling of sync bufs (ticket #132).
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 28 Nov 2014 16:58:39 +0300
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