comparison src/core/nginx.h @ 401:b32ca005e025

nginx-0.0.9-2004-07-26-22:31:43 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 26 Jul 2004 18:31:43 +0000
parents 69e851f83522
children e2452dd9c087
comparison
equal deleted inserted replaced
400:69e851f83522 401:b32ca005e025
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.8" 5 #define NGINX_VER "nginx/0.0.9"
6 6
7 #define NGINX_VAR "NGINX" 7 #define NGINX_VAR "NGINX"
8 #define NGX_NEWPID_EXT ".newbin" 8 #define NGX_NEWPID_EXT ".newbin"
9 9
10 10