comparison src/core/ngx_config.h @ 119:cd54bcbaf3b5

nginx-0.0.1-2003-07-21-01:15:59 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 20 Jul 2003 21:15:59 +0000
parents 571bcbff82c5
children 8dee38ea9117
comparison
equal deleted inserted replaced
118:5bf52498665c 119:cd54bcbaf3b5
29 29
30 #else /* posix */ 30 #else /* posix */
31 31
32 #endif 32 #endif
33 33
34
35 #ifndef NGX_SERVER_ROOT
36 #define NGX_SERVER_ROOT "./"
37 #if 0
38 #define NGX_SERVER_ROOT "/usr/local/nginx/"
39 #endif
40 #endif
34 41
35 42
36 #if !(WIN32) 43 #if !(WIN32)
37 44
38 #define ngx_signal_helper(n) SIG##n 45 #define ngx_signal_helper(n) SIG##n