view src/core/nginx.h @ 1180:1666b7b0bafc

proxy_headers_hash_max_size and proxy_headers_hash_bucket_size
author Igor Sysoev <igor@sysoev.ru>
date Sun, 22 Apr 2007 20:21:59 +0000
parents ff0195dfbe0c
children e63a4d449398
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.5.19"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */