view src/core/nginx.h @ 4696:b43fe2deb053

Disabled gzip compression in OpenSSL prior to 1.0.0 version. This saves about 522K per connection.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 20 Jun 2012 12:55:28 +0000
parents 752e65c6c0d1
children 7f8d224d3bfb
line wrap: on
line source


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


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1003002
#define NGINX_VERSION      "1.3.2"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */