From 090849dc6f995c6ccdbd947093789165a347e460 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 18 May 2004 20:28:54 +0000 Subject: nginx-0.0.3-2004-05-19-00:28:54 import --- src/core/nginx.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/core/nginx.h') diff --git a/src/core/nginx.h b/src/core/nginx.h index 7d7553747..ba59c128f 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -3,14 +3,9 @@ #define NGINX_VER "nginx/0.0.3" -#define NGINX_CONF (u_char *) "nginx.conf" -#define NGINX_PID "nginx.pid" -#define NGINX_NEWPID_EXT ".newbin" -#define NGINX_NEWPID NGINX_PID NGINX_NEWPID_EXT #define NGINX_VAR "NGINX" - -extern ngx_module_t ngx_core_module; +#define NGX_NEWPID_EXT ".newbin" #endif /* _NGINX_H_INCLUDED_ */ -- cgit