view src/core/nginx.h @ 4816:2ccaaf838bc2

Geo: fixed handling of ranges without default set. The bug had appeared in 0.8.43 (r3653). Patch by Weibin Yao.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 16 Aug 2012 13:01:41 +0000
parents 88a3b32bdf7f
children c7d549856ab6
line wrap: on
line source


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


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1003005
#define NGINX_VERSION      "1.3.5"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */