view src/core/nginx.h @ 3510:4c70bbdfd076

allow hash key values more than 255 bytes, it does not actually increase mean hash element size, because due to aligning a byte after key is not used anyway in 3/4 cases on 32-bit platforms and in 7/8 cases on 64-bit platforms
author Igor Sysoev <igor@sysoev.ru>
date Thu, 13 May 2010 12:52:45 +0000
parents 2132e8ea8fe4
children 0451b4e40cdb
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8037
#define NGINX_VERSION      "0.8.37"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */