view src/core/nginx.h @ 8:983306b77348 NGINX_0_1_4

nginx 0.1.4 *) Bugfix: in the ngx_http_autoindex_module.
author Igor Sysoev <http://sysoev.ru>
date Tue, 26 Oct 2004 00:00:00 +0400
parents 80ba094c6b3e
children 46833bd150cb
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_ */