view src/core/nginx.h @ 459:0491b909ef76 release-0.1.4

nginx-0.1.4-RELEASE import *) Bugfix: in the ngx_http_autoindex_module.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 26 Oct 2004 06:27:24 +0000
parents ded1284520cc
children a88a3e4e158f
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VER          "nginx/0.1.4"

#define NGINX_VAR          "NGINX"
#define NGX_NEWPID_EXT     ".newbin"


#endif /* _NGINX_H_INCLUDED_ */