view src/core/nginx.h @ 170:4ad13ee5ef5e NGINX_0_3_32

nginx 0.3.32 *) Bugfix: the debug logging on startup and reconfiguration time was removed; bug appeared in 0.3.31.
author Igor Sysoev <http://sysoev.ru>
date Sat, 11 Mar 2006 00:00:00 +0300
parents 3314be145cb9
children 1b490fc19afa
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VER          "nginx/0.3.32"

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


#endif /* _NGINX_H_INCLUDED_ */