summaryrefslogtreecommitdiffhomepage
path: root/src/core/nginx.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-05-18 20:28:54 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-05-18 20:28:54 +0000
commit090849dc6f995c6ccdbd947093789165a347e460 (patch)
tree4c25a4a1c9afb3dda64308b45675e29165b7bd2e /src/core/nginx.h
parentab517d58277429bba16d0641e00aebea061db1ce (diff)
downloadnginx-090849dc6f995c6ccdbd947093789165a347e460.tar.gz
nginx-090849dc6f995c6ccdbd947093789165a347e460.tar.bz2
nginx-0.0.3-2004-05-19-00:28:54 import
Diffstat (limited to 'src/core/nginx.h')
-rw-r--r--src/core/nginx.h7
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_ */