From 076498e356546713a4b40edea95bcc1a30c45a98 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 12 Apr 2004 06:10:53 +0000 Subject: nginx-0.0.3-2004-04-12-10:10:53 import --- src/core/nginx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/nginx.h') diff --git a/src/core/nginx.h b/src/core/nginx.h index 61a6f50e0..7d7553747 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -5,8 +5,8 @@ #define NGINX_VER "nginx/0.0.3" #define NGINX_CONF (u_char *) "nginx.conf" #define NGINX_PID "nginx.pid" -#define NGINX_NEW_PID_EXT ".newbin" -#define NGINX_NEW_PID NGINX_PID NGINX_NEW_PID_EXT +#define NGINX_NEWPID_EXT ".newbin" +#define NGINX_NEWPID NGINX_PID NGINX_NEWPID_EXT #define NGINX_VAR "NGINX" -- cgit