From 1393325df8b1f530bf5c257fde39c26e8333d8d7 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 29 May 2003 13:02:09 +0000 Subject: nginx-0.0.1-2003-05-29-17:02:09 import --- src/core/nginx.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/nginx.h') diff --git a/src/core/nginx.h b/src/core/nginx.h index df00addc1..3bc4bf586 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -2,7 +2,8 @@ #define _NGINX_H_INCLUDED_ -#define NGINX_VER "nginx/0.0.1" +#define NGINX_VER "nginx/0.0.1" +#define NGINX_CONF "nginx.conf" extern int ngx_max_module; -- cgit