view src/core/nginx.h @ 156:65f0c23130e8 NGINX_0_3_25

nginx 0.3.25 *) Bugfix: the segmentation fault was occurred on start or while reconfiguration if there was invalid configuration; bug appeared in 0.3.24.
author Igor Sysoev <http://sysoev.ru>
date Wed, 01 Feb 2006 00:00:00 +0300
parents bb61aa162c6b
children 2d15b82126ed
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VER          "nginx/0.3.25"

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


#endif /* _NGINX_H_INCLUDED_ */