diff options
Diffstat (limited to 'src/core/nginx.h')
| -rw-r--r-- | src/core/nginx.h | 7 |
1 files changed, 1 insertions, 6 deletions
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_ */ |
