view src/core/nginx.h @ 3145:9160a117a46a

fix request counter for post_action, the bug was introduced in r3050
author Igor Sysoev <igor@sysoev.ru>
date Mon, 21 Sep 2009 18:34:22 +0000
parents 49fd9e436675
children 8ef6fb15191f
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8016
#define NGINX_VERSION      "0.8.16"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */