view src/core/nginx.h @ 5589:a9116d9b63f9

SPDY: constant number of preallocated structures for headers.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 03 Mar 2014 19:24:54 +0400
parents 4006bf77943b
children 375a861d946b
line wrap: on
line source


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


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1005011
#define NGINX_VERSION      "1.5.11"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */