view src/core/nginx.h @ 3558:83c9a10ec029

remove the special static fastcgi_param values processing, because it is anyway very seldom case
author Igor Sysoev <igor@sysoev.ru>
date Wed, 02 Jun 2010 15:08:29 +0000
parents 2bf7f72f26b7
children 041ed4c980f5
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8040
#define NGINX_VERSION      "0.8.40"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */