diff src/core/nginx.h @ 222:99df0edb63ed

nginx-0.0.1-2004-01-09-00:02:06 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 08 Jan 2004 21:02:06 +0000
parents 4f81b931e9ff
children e885208c518b
line wrap: on
line diff
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -5,6 +5,7 @@
 #define NGINX_VER      "nginx/0.0.1"
 #define NGINX_CONF     "nginx.conf"
 #define NGINX_PID      "nginx.pid"
+#define NGINX_NEW_PID  NGINX_PID ".newbin"
 
 #define NGINX_VAR      "NGINX="
 #define NGINX_VAR_LEN  (sizeof(NGINX_VAR) - 1)