view src/core/nginx.h @ 3710:5f63b6ab4d4b

fix r3708 and r3695: valid_sec is set only for caching error status codes
author Igor Sysoev <igor@sysoev.ru>
date Tue, 27 Jul 2010 19:11:17 +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_ */