view src/core/nginx.h @ 3942:2e8dbd773d63

fix r3756: release lock to allow other process to delete cache node patch by Maxim Dounin
author Igor Sysoev <igor@sysoev.ru>
date Tue, 19 Jul 2011 10:35:02 +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_ */