view src/core/nginx.h @ 368:6aeb6e11b9e7 NGINX_0_6_28

nginx 0.6.28 *) Bugfix: the rtsig method could be not built; bug appeared in 0.6.27.
author Igor Sysoev <http://sysoev.ru>
date Thu, 13 Mar 2008 00:00:00 +0300
parents babd3d9efb62
children 9a242235a80a
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.6.28"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */