view auto/define @ 7373:874d47ac871a

A minor code clean for macro ngx_event_get_conf in ngx_event.h.
author chronolaw <chronolaw@gmail.com>
date Fri, 19 Oct 2018 13:50:36 +0800
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