comparison src/core/nginx.h @ 428:5e73d0ea4dab

nginx-0.0.11-2004-09-16-20:10:13 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 16 Sep 2004 16:10:13 +0000
parents e2452dd9c087
children 470270fa84d2
comparison
equal deleted inserted replaced
427:0d08eabe5c7b 428:5e73d0ea4dab
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.10" 5 #define NGINX_VER "nginx/0.0.11"
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