view src/core/nginx.h @ 4992:3be3de31d7dd

Geo: IPv6 support. The "ranges" mode is still limited to IPv4 only.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 25 Dec 2012 08:21:56 +0000
parents f9d7efb355dd
children 5d1d3b2acb1d
line wrap: on
line source


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


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1003010
#define NGINX_VERSION      "1.3.10"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */