comparison src/core/nginx.h @ 344:eae74a780a84 NGINX_0_6_16

nginx 0.6.16 *) Change: now the uname(2) is used on Linux instead of procfs. Thanks to Ilya Novikov. *) Bugfix: if the "?" character was in a "error_page" directive, then it was escaped in a proxied request; bug appeared in 0.6.11. *) Bugfix: compatibility with mget.
author Igor Sysoev <http://sysoev.ru>
date Mon, 29 Oct 2007 00:00:00 +0300
parents 4276c2f1f434
children 05693816539c
comparison
equal deleted inserted replaced
343:81bf600d64d5 344:eae74a780a84
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_VERSION "0.6.15" 11 #define NGINX_VERSION "0.6.16"
12 #define NGINX_VER "nginx/" NGINX_VERSION 12 #define NGINX_VER "nginx/" NGINX_VERSION
13 13
14 #define NGINX_VAR "NGINX" 14 #define NGINX_VAR "NGINX"
15 #define NGX_OLDPID_EXT ".oldbin" 15 #define NGX_OLDPID_EXT ".oldbin"
16 16