view src/core/nginx.h @ 3066:67dc311964b8

fix request counter handling for try_files, introduced in r3050
author Igor Sysoev <igor@sysoev.ru>
date Mon, 31 Aug 2009 11:21:04 +0000
parents 1427ef8d4e56
children 3233684beeea
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8012
#define NGINX_VERSION      "0.8.12"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */