view src/core/nginx.h @ 1023:68cc5e2e1a5d

make global the rbtree color handling macros
author Igor Sysoev <igor@sysoev.ru>
date Fri, 12 Jan 2007 19:48:30 +0000
parents 26ffa7bb001d
children 4fcea9a9117b
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.5.7"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */