view src/core/nginx.h @ 3421:a4456378d234 release-0.8.33

nginx-0.8.33-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 01 Feb 2010 13:36:31 +0000
parents cc327fa82f63
children ea5221be0850
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8033
#define NGINX_VERSION      "0.8.33"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */