comparison src/core/nginx.h @ 337:4feff829a849

nginx-0.0.3-2004-05-19-00:28:54 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 18 May 2004 20:28:54 +0000
parents a9a9af2c7370
children a958aa92f9a5
comparison
equal deleted inserted replaced
336:ca9a7f8c86da 337:4feff829a849
1 #ifndef _NGINX_H_INCLUDED_ 1 #ifndef _NGINX_H_INCLUDED_
2 #define _NGINX_H_INCLUDED_ 2 #define _NGINX_H_INCLUDED_
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"
7 #define NGINX_PID "nginx.pid"
8 #define NGINX_NEWPID_EXT ".newbin"
9 #define NGINX_NEWPID NGINX_PID NGINX_NEWPID_EXT
10 6
11 #define NGINX_VAR "NGINX" 7 #define NGINX_VAR "NGINX"
12 8 #define NGX_NEWPID_EXT ".newbin"
13 extern ngx_module_t ngx_core_module;
14 9
15 10
16 #endif /* _NGINX_H_INCLUDED_ */ 11 #endif /* _NGINX_H_INCLUDED_ */