view src/core/nginx.h @ 3661:8649a0c0f09d

change logic introduced in r3649: *) now $uid_set is cacheable again *) allow to see at any processing stage that uid cookie is remarked
author Igor Sysoev <igor@sysoev.ru>
date Wed, 30 Jun 2010 14:30:55 +0000
parents 6a767188e365
children cd6d45c0a119
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8043
#define NGINX_VERSION      "0.8.43"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */