comparison src/core/nginx.h @ 8:983306b77348 NGINX_0_1_4

nginx 0.1.4 *) Bugfix: in the ngx_http_autoindex_module.
author Igor Sysoev <http://sysoev.ru>
date Tue, 26 Oct 2004 00:00:00 +0400
parents 80ba094c6b3e
children 46833bd150cb
comparison
equal deleted inserted replaced
7:2cb393a33bee 8:983306b77348
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