comparison src/core/nginx.h @ 248:e885208c518b

nginx-0.0.2-2004-02-03-00:19:52 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Feb 2004 21:19:52 +0000
parents 99df0edb63ed
children 8e39cab6abd5
comparison
equal deleted inserted replaced
247:008276b9e061 248:e885208c518b
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.1" 5 #define NGINX_VER "nginx/0.0.2"
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 NGINX_PID ".newbin" 8 #define NGINX_NEW_PID NGINX_PID ".newbin"
9 9
10 #define NGINX_VAR "NGINX=" 10 #define NGINX_VAR "NGINX="