diff src/http/ngx_http_log_handler.h @ 218:05592fd7a436

nginx-0.0.1-2004-01-05-23:55:48 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 05 Jan 2004 20:55:48 +0000
parents 0b67be7d4489
children 87e73f067470
line wrap: on
line diff
--- 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
 
 #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;