comparison src/core/ngx_config.h @ 800:887d8dec72dc

APOP
author Igor Sysoev <igor@sysoev.ru>
date Mon, 23 Oct 2006 13:10:10 +0000
parents 5dac8c7fb71b
children f69d1aab6a0f
comparison
equal deleted inserted replaced
799:9737d6fb1ac6 800:887d8dec72dc
46 46
47 #if !(NGX_WIN32) 47 #if !(NGX_WIN32)
48 48
49 #define ngx_signal_helper(n) SIG##n 49 #define ngx_signal_helper(n) SIG##n
50 #define ngx_signal_value(n) ngx_signal_helper(n) 50 #define ngx_signal_value(n) ngx_signal_helper(n)
51
52 #define ngx_random random
51 53
52 /* TODO: #ifndef */ 54 /* TODO: #ifndef */
53 #define NGX_SHUTDOWN_SIGNAL QUIT 55 #define NGX_SHUTDOWN_SIGNAL QUIT
54 #define NGX_TERMINATE_SIGNAL TERM 56 #define NGX_TERMINATE_SIGNAL TERM
55 #define NGX_NOACCEPT_SIGNAL WINCH 57 #define NGX_NOACCEPT_SIGNAL WINCH