From 407b0deeaf8455b220f0fdc5754d599dd3830a46 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 9 Apr 2004 16:03:04 +0000 Subject: nginx-0.0.3-2004-04-09-20:03:04 import --- src/core/nginx.c | 1 - src/core/nginx.h | 4 ---- src/core/ngx_config.h | 1 + 3 files changed, 1 insertion(+), 5 deletions(-) (limited to 'src/core') diff --git a/src/core/nginx.c b/src/core/nginx.c index 9c35e089e..3e3a07271 100644 --- a/src/core/nginx.c +++ b/src/core/nginx.c @@ -65,7 +65,6 @@ ngx_module_t ngx_core_module = { ngx_int_t ngx_max_module; -ngx_atomic_t ngx_connection_counter; ngx_int_t ngx_process; ngx_pid_t ngx_pid; diff --git a/src/core/nginx.h b/src/core/nginx.h index 224605a32..61a6f50e0 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -12,9 +12,5 @@ extern ngx_module_t ngx_core_module; -extern ngx_atomic_t ngx_connection_counter; - -extern ngx_int_t ngx_process; - #endif /* _NGINX_H_INCLUDED_ */ diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index eb3cacbe8..4e3e77bdd 100644 --- a/src/core/ngx_config.h +++ b/src/core/ngx_config.h @@ -83,6 +83,7 @@ typedef int ngx_flag_t; /* TODO: auto */ #define NGX_INT32_LEN sizeof("-2147483648") - 1 +#define NGX_INT64_LEN sizeof("-9223372036854775808") - 1 #define NGX_TIME_T_LEN sizeof("-2147483648") - 1 #define NGX_OFF_T_LEN sizeof("-9223372036854775808") - 1 -- cgit