comparison src/core/nginx.h @ 549:e16a8d574da5 release-0.2.3

nginx-0.2.3-RELEASE import *) Bugfix: nginx could not be built without the --with-debug option; the bug had appeared in 0.2.2.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 30 Sep 2005 16:02:34 +0000
parents 818fbd4750b9
children 483cca230603
comparison
equal deleted inserted replaced
548:694d9706e317 549:e16a8d574da5
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