From f2954c3e31ae45e560ddb9a7b4fa57fb9cbb47fa Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 8 Jan 2004 21:02:06 +0000 Subject: nginx-0.0.1-2004-01-09-00:02:06 import --- src/core/ngx_config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/core/ngx_config.h') diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index e0e29fba5..33cf76921 100644 --- a/src/core/ngx_config.h +++ b/src/core/ngx_config.h @@ -63,11 +63,11 @@ typedef u_int ngx_uint_t; #define ngx_signal_value(n) ngx_signal_helper(n) /* TODO: #ifndef */ -#define NGX_RECONFIGURE_SIGNAL HUP -#define NGX_REOPEN_SIGNAL USR1 #define NGX_SHUTDOWN_SIGNAL QUIT #define NGX_TERMINATE_SIGNAL TERM -#define NGX_INTERRUPT_SIGNAL INT +#define NGX_PAUSE_SIGNAL INT +#define NGX_RECONFIGURE_SIGNAL HUP +#define NGX_REOPEN_SIGNAL USR1 #define NGX_CHANGEBIN_SIGNAL USR2 #endif -- cgit