view src/core/nginx.h @ 3979:1d9353fbc077

Accept-Encoding refactoring: test first the most common case "gzip,"
author Igor Sysoev <igor@sysoev.ru>
date Sat, 30 Jul 2011 07:34:12 +0000
parents 9223a0753e36
children 806153a80cf5
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1001000
#define NGINX_VERSION      "1.1.0"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */