From a7f7fa878ce271af23bbb6e1586bae1273eb10d2 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 11 Jul 2003 04:50:59 +0000 Subject: nginx-0.0.1-2003-07-11-08:50:59 import --- src/core/ngx_config.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/core/ngx_config.h') diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index 807ca06dc..4d7f86d59 100644 --- a/src/core/ngx_config.h +++ b/src/core/ngx_config.h @@ -33,6 +33,19 @@ +#if !(WIN32) + +#define ngx_signal_helper(n) SIG##n +#define ngx_signal_value(n) ngx_signal_helper(n) + +/* TODO: #ifndef */ +#define NGX_RESTART_SIGNAL HUP +#define NGX_ROTATE_SIGNAL USR1 + +#endif + + + /* TODO: platform specific: array[NGX_INVALID_ARRAY_INDEX] must cause SIGSEGV */ #define NGX_INVALID_ARRAY_INDEX 0x80000000 -- cgit v1.2.3