comparison src/core/nginx.h @ 459:0491b909ef76 release-0.1.4

nginx-0.1.4-RELEASE import *) Bugfix: in the ngx_http_autoindex_module.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 26 Oct 2004 06:27:24 +0000
parents ded1284520cc
children a88a3e4e158f
comparison
equal deleted inserted replaced
458:e0152b9ab98b 459:0491b909ef76
6 6
7 #ifndef _NGINX_H_INCLUDED_ 7 #ifndef _NGINX_H_INCLUDED_
8 #define _NGINX_H_INCLUDED_ 8 #define _NGINX_H_INCLUDED_
9 9
10 10
11 #define NGINX_VER "nginx/0.1.3" 11 #define NGINX_VER "nginx/0.1.4"
12 12
13 #define NGINX_VAR "NGINX" 13 #define NGINX_VAR "NGINX"
14 #define NGX_NEWPID_EXT ".newbin" 14 #define NGX_NEWPID_EXT ".newbin"
15 15
16 16