view src/core/nginx.h @ 3212:e67d000b5337

prevent handling discarded body as a pipelined request
author Igor Sysoev <igor@sysoev.ru>
date Mon, 19 Oct 2009 14:08:35 +0000
parents d77551ac7335
children 0df898363248
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8021
#define NGINX_VERSION      "0.8.21"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */