From dc867cd0fed793f86ce2b460f8c2ad069ddec1b5 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sun, 14 Dec 2003 20:10:27 +0000 Subject: nginx-0.0.1-2003-12-14-23:10:27 import --- src/core/nginx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/nginx.h') diff --git a/src/core/nginx.h b/src/core/nginx.h index 6a9fd493b..38942aa25 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -4,6 +4,7 @@ #define NGINX_VER "nginx/0.0.1" #define NGINX_CONF "nginx.conf" +#define NGINX_PID "nginx.pid" extern int ngx_max_module; -- cgit