diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-11-10 21:09:22 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-11-10 21:09:22 +0000 |
commit | d59a047a7070dc6af13b2e35c097efccc8ce38d0 (patch) | |
tree | 7efbd7a8fd2e4d871da3165dab7287c49fb0341e /src/http/ngx_http_log_handler.h | |
parent | 7832933eed3cb0187eca4fba87076f10c897925e (diff) | |
download | nginx-d59a047a7070dc6af13b2e35c097efccc8ce38d0.tar.gz nginx-d59a047a7070dc6af13b2e35c097efccc8ce38d0.zip |
nginx-0.0.1-2003-11-11-00:09:22 import
Diffstat (limited to 'src/http/ngx_http_log_handler.h')
-rw-r--r-- | src/http/ngx_http_log_handler.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/http/ngx_http_log_handler.h b/src/http/ngx_http_log_handler.h index 40e70dfe3..3d8481c96 100644 --- a/src/http/ngx_http_log_handler.h +++ b/src/http/ngx_http_log_handler.h @@ -16,9 +16,9 @@ typedef char *(*ngx_http_log_op_pt) (ngx_http_request_t *r, char *buf, #define NGX_HTTP_LOG_ARG (u_int) -1 /* STUB */ -#define NGX_INT32_LEN sizeof("4294967296") - 1 -#define NGX_TIME_LEN sizeof("4294967296") - 1 -#define NGX_OFF_LEN sizeof("18446744073709551616") - 1 +#define NGX_INT32_LEN sizeof("-2147483648") - 1 +#define NGX_TIME_LEN sizeof("-2147483648") - 1 +#define NGX_OFF_LEN sizeof("-9223372036854775808") - 1 typedef struct { |