comparison src/core/ngx_config.h @ 382:449c4885dcd1

nginx-0.0.7-2004-07-07-23:48:31 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 07 Jul 2004 19:48:31 +0000
parents 54f76b0b8dca
children 69e851f83522
comparison
equal deleted inserted replaced
381:02a511569afb 382:449c4885dcd1
39 /* TODO: #ifndef */ 39 /* TODO: #ifndef */
40 #define NGX_SHUTDOWN_SIGNAL QUIT 40 #define NGX_SHUTDOWN_SIGNAL QUIT
41 #define NGX_TERMINATE_SIGNAL TERM 41 #define NGX_TERMINATE_SIGNAL TERM
42 #define NGX_NOACCEPT_SIGNAL WINCH 42 #define NGX_NOACCEPT_SIGNAL WINCH
43 #define NGX_RECONFIGURE_SIGNAL HUP 43 #define NGX_RECONFIGURE_SIGNAL HUP
44
45 #if (NGX_LINUXTHREADS)
46 #define NGX_REOPEN_SIGNAL INFO
47 #define NGX_CHANGEBIN_SIGNAL XCPU
48 #else
44 #define NGX_REOPEN_SIGNAL USR1 49 #define NGX_REOPEN_SIGNAL USR1
45 #define NGX_CHANGEBIN_SIGNAL USR2 50 #define NGX_CHANGEBIN_SIGNAL USR2
51 #endif
46 52
47 #endif 53 #endif
48 54
49 55
50 56