diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-01-05 20:55:48 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-01-05 20:55:48 +0000 |
| commit | 3c3ca1735815a4e495922b50b01a258016c93d4b (patch) | |
| tree | 55ab881e478c8ead90652850135d3f083a7e9772 /src/http/ngx_http_log_handler.h | |
| parent | fa5fea18f7b0f6d024d5a814d34c778b6792abdb (diff) | |
| download | nginx-3c3ca1735815a4e495922b50b01a258016c93d4b.tar.gz nginx-3c3ca1735815a4e495922b50b01a258016c93d4b.tar.bz2 | |
nginx-0.0.1-2004-01-05-23:55:48 import
Diffstat (limited to 'src/http/ngx_http_log_handler.h')
| -rw-r--r-- | src/http/ngx_http_log_handler.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/http/ngx_http_log_handler.h b/src/http/ngx_http_log_handler.h index eb55f09f7..c67a01b6f 100644 --- a/src/http/ngx_http_log_handler.h +++ b/src/http/ngx_http_log_handler.h @@ -15,11 +15,6 @@ 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("-2147483648") - 1 -#define NGX_TIME_T_LEN sizeof("-2147483648") - 1 -#define NGX_OFF_T_LEN sizeof("-9223372036854775808") - 1 - typedef struct { size_t len; |
