view src/core/nginx.h @ 885:589ee12e8d7c release-0.5.0

nginx-0.5.0-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 04 Dec 2006 16:56:53 +0000
parents 804514cb0758
children d233308a70a3
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.5.0"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */