view src/core/nginx.h @ 3291:78faaf5cea44

allow to work single "set_real_ip_from unix:"
author Igor Sysoev <igor@sysoev.ru>
date Wed, 04 Nov 2009 11:37:06 +0000
parents 4f9509f3871b
children 753fa5421e56
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8023
#define NGINX_VERSION      "0.8.23"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */