comparison src/core/nginx.h @ 290:87e73f067470

nginx-0.0.2-2004-03-16-10:10:12 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 16 Mar 2004 07:10:12 +0000
parents 30310107dbc9
children 117ccc7c4055
comparison
equal deleted inserted replaced
289:0750faf8d7e3 290:87e73f067470
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.2" 5 #define NGINX_VER "nginx/0.0.2"
6 #define NGINX_CONF "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_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"