From 8e811c11b96bafca446404c6256d8edbb01900b0 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 7 Jul 2004 19:48:31 +0000 Subject: nginx-0.0.7-2004-07-07-23:48:31 import --- src/core/ngx_config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/core') diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index a6e5b092a..6e381f50d 100644 --- a/src/core/ngx_config.h +++ b/src/core/ngx_config.h @@ -41,8 +41,14 @@ #define NGX_TERMINATE_SIGNAL TERM #define NGX_NOACCEPT_SIGNAL WINCH #define NGX_RECONFIGURE_SIGNAL HUP + +#if (NGX_LINUXTHREADS) +#define NGX_REOPEN_SIGNAL INFO +#define NGX_CHANGEBIN_SIGNAL XCPU +#else #define NGX_REOPEN_SIGNAL USR1 #define NGX_CHANGEBIN_SIGNAL USR2 +#endif #endif -- cgit