From dc867cd0fed793f86ce2b460f8c2ad069ddec1b5 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sun, 14 Dec 2003 20:10:27 +0000 Subject: nginx-0.0.1-2003-12-14-23:10:27 import --- src/core/ngx_config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/core/ngx_config.h') diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index b943960b2..bf393f6ab 100644 --- a/src/core/ngx_config.h +++ b/src/core/ngx_config.h @@ -39,7 +39,7 @@ typedef int ngx_int_t; typedef u_int ngx_uint_t; /* STUB: autoconf */ -#define PTR_FMT "%X" +#define PTR_FMT "%08X" #include @@ -60,6 +60,8 @@ typedef u_int ngx_uint_t; /* TODO: #ifndef */ #define NGX_RESTART_SIGNAL HUP #define NGX_ROTATE_SIGNAL USR1 +#define NGX_SHUTDOWN_SIGNAL TERM +#define NGX_INTERRUPT_SIGNAL INT #endif -- cgit