view auto/define @ 4599:f947296f6b2b

Fixed master exit if there is no events section (ticket #150). Instead of checking if there is events{} section present in configuration in init_module handler we now do the same in init_conf handler. This allows master process to detect incorrect configuration early and reject it.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 18 Apr 2012 14:47:10 +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