view src/core/nginx.h @ 2632:ba1f3cdba725

zero cache file length, this fixes full cache purging and hogging CPU by the cache manager after this
author Igor Sysoev <igor@sysoev.ru>
date Wed, 01 Apr 2009 13:05:38 +0000
parents 7bc0851b05cf
children dde94586e6c4
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version       007047
#define NGINX_VERSION      "0.7.47"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */