view src/core/nginx.h @ 5173:5373be93c0be

Upstream: warn if multiple non-stackable balancers are installed.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 12 Apr 2013 19:12:13 +0000
parents 3df40966f8b8
children 42c309b80d7c
line wrap: on
line source


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


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1003016
#define NGINX_VERSION      "1.3.16"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */