diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-04-12 06:10:53 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-04-12 06:10:53 +0000 |
commit | 076498e356546713a4b40edea95bcc1a30c45a98 (patch) | |
tree | a0746df46e5c2bc25873d59de6b388a77ee08a8e /src/core/nginx.h | |
parent | 407b0deeaf8455b220f0fdc5754d599dd3830a46 (diff) | |
download | nginx-076498e356546713a4b40edea95bcc1a30c45a98.tar.gz nginx-076498e356546713a4b40edea95bcc1a30c45a98.zip |
nginx-0.0.3-2004-04-12-10:10:53 import
Diffstat (limited to 'src/core/nginx.h')
-rw-r--r-- | src/core/nginx.h | 4 |
1 files changed, 2 insertions, 2 deletions
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" |