view src/core/nginx.h @ 463:1f31dc6d33a3 release-0.1.6

nginx-0.1.6-RELEASE import *) Bugfix: some location directive combinations with the regular expressions caused the wrong configuration choose.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 11 Nov 2004 20:58:09 +0000
parents a88a3e4e158f
children 5aecc125bc33
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VER          "nginx/0.1.6"

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


#endif /* _NGINX_H_INCLUDED_ */