view src/core/nginx.h @ 82:2aa14f638cf0 NGINX_0_1_41

nginx 0.1.41 *) Bugfix: if the variable was used in the configuration file, then it can not be used in SSI.
author Igor Sysoev <http://sysoev.ru>
date Mon, 25 Jul 2005 00:00:00 +0400
parents 6ae11d59d10e
children 991c6e4c7654
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VER          "nginx/0.1.41"

#define NGINX_VAR          "NGINX"
#define NGX_NEWPID_EXT     ".newbin"


#endif /* _NGINX_H_INCLUDED_ */