comparison src/core/nginx.h @ 353:b8d3d7dbfcc8

nginx-0.0.5-2004-06-11-20:58:33 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 11 Jun 2004 16:58:33 +0000
parents a958aa92f9a5
children eaf1f651cf86
comparison
equal deleted inserted replaced
352:694d7ddc3599 353:b8d3d7dbfcc8
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.4" 5 #define NGINX_VER "nginx/0.0.5"
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