view 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
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VER          "nginx/0.2.3"

#define NGINX_VAR          "NGINX"
#define NGX_OLDPID_EXT     ".oldbin"


#endif /* _NGINX_H_INCLUDED_ */