comparison src/core/ngx_config.h @ 225:2e9a8a14a0cf

nginx-0.0.1-2004-01-13-19:43:23 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 13 Jan 2004 16:43:23 +0000
parents 99df0edb63ed
children 86e473b5641e
comparison
equal deleted inserted replaced
224:d427f1c3fe95 225:2e9a8a14a0cf
63 #define ngx_signal_value(n) ngx_signal_helper(n) 63 #define ngx_signal_value(n) ngx_signal_helper(n)
64 64
65 /* TODO: #ifndef */ 65 /* TODO: #ifndef */
66 #define NGX_SHUTDOWN_SIGNAL QUIT 66 #define NGX_SHUTDOWN_SIGNAL QUIT
67 #define NGX_TERMINATE_SIGNAL TERM 67 #define NGX_TERMINATE_SIGNAL TERM
68 #define NGX_PAUSE_SIGNAL INT 68 #define NGX_NOACCEPT_SIGNAL ABRT
69 #define NGX_RECONFIGURE_SIGNAL HUP 69 #define NGX_RECONFIGURE_SIGNAL HUP
70 #define NGX_REOPEN_SIGNAL USR1 70 #define NGX_REOPEN_SIGNAL USR1
71 #define NGX_CHANGEBIN_SIGNAL USR2 71 #define NGX_CHANGEBIN_SIGNAL USR2
72 72
73 #endif 73 #endif