view auto/have_headers @ 5371:b95e70ae6bcd

Events: removed unused flags from the ngx_event_s structure. They are not used since 708f8bb772ec (pre 0.0.1).
author Valentin Bartenev <vbart@nginx.com>
date Thu, 05 Sep 2013 16:53:02 +0400
parents d620f497c50f
children
line wrap: on
line source


# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.


cat << END >> $NGX_AUTO_HEADERS_H

#ifndef $have
#define $have  1
#endif

END