view src/core/nginx.h @ 1137:cb447039152d release-0.5.15

nginx-0.5.15-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 19 Mar 2007 13:44:24 +0000
parents 2fa04ff2744c
children 03c561664974
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.5.15"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */