view src/core/nginx.h @ 1295:5383f5232364

proxy_store and fastcgi_store were changed, proxy_store_access and fastcgi_store_access were added
author Igor Sysoev <igor@sysoev.ru>
date Fri, 13 Jul 2007 08:30:34 +0000
parents e888f8acdb46
children f5bb5521d02c
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.6.4"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */