comparison src/core/nginx.h @ 437:470270fa84d2

nginx-0.0.12-2004-09-23-20:39:34 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 23 Sep 2004 16:39:34 +0000
parents 5e73d0ea4dab
children f390d1775430
comparison
equal deleted inserted replaced
436:9549fc9508e5 437:470270fa84d2
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.11" 5 #define NGINX_VER "nginx/0.0.12"
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