view src/core/nginx.h @ 6756:521f5aa6e8fb stable-1.10

Sub filter: introduced the ngx_http_sub_match() function. No functional changes.
author Roman Arutyunyan <arut@nginx.com>
date Sat, 02 Jul 2016 15:59:52 +0300
parents d4e6c9d8c56b
children cd02bac58c3b
line wrap: on
line source


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


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1010002
#define NGINX_VERSION      "1.10.2"
#define NGINX_VER          "nginx/" NGINX_VERSION

#ifdef NGX_BUILD
#define NGINX_VER_BUILD    NGINX_VER " (" NGX_BUILD ")"
#else
#define NGINX_VER_BUILD    NGINX_VER
#endif

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


#endif /* _NGINX_H_INCLUDED_ */