diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-04-09 16:03:04 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-04-09 16:03:04 +0000 |
| commit | 407b0deeaf8455b220f0fdc5754d599dd3830a46 (patch) | |
| tree | dfcbd24e036064ead477df71c4a3ee77562178d5 /src/core | |
| parent | 3d3d2e4700e2de6d6864c2164dccff6e78c51b3d (diff) | |
| download | nginx-407b0deeaf8455b220f0fdc5754d599dd3830a46.tar.gz nginx-407b0deeaf8455b220f0fdc5754d599dd3830a46.tar.bz2 | |
nginx-0.0.3-2004-04-09-20:03:04 import
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/nginx.c | 1 | ||||
| -rw-r--r-- | src/core/nginx.h | 4 | ||||
| -rw-r--r-- | src/core/ngx_config.h | 1 |
3 files changed, 1 insertions, 5 deletions
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 |
