diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-03-09 19:47:07 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-03-09 19:47:07 +0000 |
commit | fc5a10aedcdd8cf261ecc164941562bc52fe415d (patch) | |
tree | dc6ad97805a315afca82e852717f84debb30eb54 /src/core/nginx.h | |
parent | 833823cbb89482710779c59206b77c197c3747d2 (diff) | |
download | nginx-fc5a10aedcdd8cf261ecc164941562bc52fe415d.tar.gz nginx-fc5a10aedcdd8cf261ecc164941562bc52fe415d.zip |
nginx-0.0.2-2004-03-09-22:47:07 import
Diffstat (limited to 'src/core/nginx.h')
-rw-r--r-- | src/core/nginx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h index 6680de165..870368807 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,8 +8,7 @@ #define NGINX_NEW_PID_EXT ".newbin" #define NGINX_NEW_PID NGINX_PID NGINX_NEW_PID_EXT -#define NGINX_VAR "NGINX=" -#define NGINX_VAR_LEN (sizeof(NGINX_VAR) - 1) +#define NGINX_VAR "NGINX" extern ngx_module_t ngx_core_module; |