comparison src/core/ngx_config.h @ 346:55e496a8ece3

nginx-0.0.3-2004-06-06-23:49:18 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 06 Jun 2004 19:49:18 +0000
parents 8733703a37f3
children 0fb6c53fb135
comparison
equal deleted inserted replaced
345:fade4edd61f8 346:55e496a8ece3
38 38
39 39
40 /* STUB: autoconf */ 40 /* STUB: autoconf */
41 typedef int ngx_int_t; 41 typedef int ngx_int_t;
42 typedef u_int ngx_uint_t; 42 typedef u_int ngx_uint_t;
43
44
45 typedef int ngx_flag_t; 43 typedef int ngx_flag_t;
46
47
48 #ifndef NGX_SERVER_ROOT
49 #define NGX_SERVER_ROOT "./"
50 #if 0
51 #define NGX_SERVER_ROOT "/usr/local/nginx/"
52 #endif
53 #endif
54 44
55 45
56 #if !(WIN32) 46 #if !(WIN32)
57 47
58 #define ngx_signal_helper(n) SIG##n 48 #define ngx_signal_helper(n) SIG##n