view src/core/nginx.h @ 3939:3cbbe86a7a95

referer_hash_max_size and referer_hash_bucket_size directives patch by Witold Filipczyk
author Igor Sysoev <igor@sysoev.ru>
date Tue, 28 Jun 2011 10:40:44 +0000
parents 92badf634ba8
children 9223a0753e36 ded522fdc826
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1000005
#define NGINX_VERSION      "1.0.5"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */