view src/core/nginx.h @ 4461:103587c7ae5f

Proxy: renamed some "proxy_redirect" related declarations to a more general and reusable. No functional changes.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 13 Feb 2012 10:42:44 +0000
parents 6d40dc8e5ed1
children 15e3b7f867a9
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 * Copyright (C) Nginx, Inc.
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1001015
#define NGINX_VERSION      "1.1.15"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */