view src/core/nginx.h @ 2972:c5ad288f851d

fix client write event handling in ngx_http_limit_req_module
author Igor Sysoev <igor@sysoev.ru>
date Thu, 09 Jul 2009 14:02:09 +0000
parents 40af8afab5a5
children e36053e70fce
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8005
#define NGINX_VERSION      "0.8.5"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */