comparison src/core/nginx.h @ 98:8bf57caa374a NGINX_0_2_3

nginx 0.2.3 *) Bugfix: nginx could not be built without the --with-debug option; bug appeared in 0.2.2.
author Igor Sysoev <http://sysoev.ru>
date Fri, 30 Sep 2005 00:00:00 +0400
parents ca4f70b3ccc6
children d6800bbe720e
comparison
equal deleted inserted replaced
97:701eee3df18f 98:8bf57caa374a
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.2.2" 11 #define NGINX_VER "nginx/0.2.3"
12 12
13 #define NGINX_VAR "NGINX" 13 #define NGINX_VAR "NGINX"
14 #define NGX_OLDPID_EXT ".oldbin" 14 #define NGX_OLDPID_EXT ".oldbin"
15 15
16 16