comparison src/core/ngx_config.h @ 116:571bcbff82c5

nginx-0.0.1-2003-07-11-08:50:59 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 11 Jul 2003 04:50:59 +0000
parents 7db96f59bc29
children cd54bcbaf3b5
comparison
equal deleted inserted replaced
115:be27f922b9a2 116:571bcbff82c5
26 26
27 #include <ngx_win32_config.h> 27 #include <ngx_win32_config.h>
28 28
29 29
30 #else /* posix */ 30 #else /* posix */
31
32 #endif
33
34
35
36 #if !(WIN32)
37
38 #define ngx_signal_helper(n) SIG##n
39 #define ngx_signal_value(n) ngx_signal_helper(n)
40
41 /* TODO: #ifndef */
42 #define NGX_RESTART_SIGNAL HUP
43 #define NGX_ROTATE_SIGNAL USR1
31 44
32 #endif 45 #endif
33 46
34 47
35 48