comparison src/core/nginx.h @ 310:a9a9af2c7370

nginx-0.0.3-2004-04-12-10:10:53 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 12 Apr 2004 06:10:53 +0000
parents 2e899477243a
children 4feff829a849
comparison
equal deleted inserted replaced
309:2e899477243a 310:a9a9af2c7370
3 3
4 4
5 #define NGINX_VER "nginx/0.0.3" 5 #define NGINX_VER "nginx/0.0.3"
6 #define NGINX_CONF (u_char *) "nginx.conf" 6 #define NGINX_CONF (u_char *) "nginx.conf"
7 #define NGINX_PID "nginx.pid" 7 #define NGINX_PID "nginx.pid"
8 #define NGINX_NEW_PID_EXT ".newbin" 8 #define NGINX_NEWPID_EXT ".newbin"
9 #define NGINX_NEW_PID NGINX_PID NGINX_NEW_PID_EXT 9 #define NGINX_NEWPID NGINX_PID NGINX_NEWPID_EXT
10 10
11 #define NGINX_VAR "NGINX" 11 #define NGINX_VAR "NGINX"
12 12
13 extern ngx_module_t ngx_core_module; 13 extern ngx_module_t ngx_core_module;
14 14