comparison src/core/nginx.h @ 282:30310107dbc9

nginx-0.0.2-2004-03-09-22:47:07 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 09 Mar 2004 19:47:07 +0000
parents 5238e93961a1
children 87e73f067470
comparison
equal deleted inserted replaced
281:014292b55158 282:30310107dbc9
6 #define NGINX_CONF "nginx.conf" 6 #define NGINX_CONF "nginx.conf"
7 #define NGINX_PID "nginx.pid" 7 #define NGINX_PID "nginx.pid"
8 #define NGINX_NEW_PID_EXT ".newbin" 8 #define NGINX_NEW_PID_EXT ".newbin"
9 #define NGINX_NEW_PID NGINX_PID NGINX_NEW_PID_EXT 9 #define NGINX_NEW_PID NGINX_PID NGINX_NEW_PID_EXT
10 10
11 #define NGINX_VAR "NGINX=" 11 #define NGINX_VAR "NGINX"
12 #define NGINX_VAR_LEN (sizeof(NGINX_VAR) - 1)
13 12
14 extern ngx_module_t ngx_core_module; 13 extern ngx_module_t ngx_core_module;
15 14
16 extern ngx_atomic_t ngx_connection_counter; 15 extern ngx_atomic_t ngx_connection_counter;
17 16