view src/core/nginx.h @ 2936:b3503597c1a0 release-0.8.2

nginx-0.8.2-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 15 Jun 2009 08:15:11 +0000
parents a135d995569a
children a955ccdf97f7
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8002
#define NGINX_VERSION      "0.8.2"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */