view src/core/nginx.h @ 3707:b9a64a91fe76

fix r3695: this commit *) freed valid keys zone node *) and did not decrease cache size, so cache manager process ete CPU time, if cache checking max_size was enabled
author Igor Sysoev <igor@sysoev.ru>
date Tue, 27 Jul 2010 11:22:59 +0000
parents fa147e2f67d3
children 6161a4ea1b25
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8047
#define NGINX_VERSION      "0.8.47"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */