summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_config.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/ngx_config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h
index b72add7f7..fcef373c3 100644
--- a/src/core/ngx_config.h
+++ b/src/core/ngx_config.h
@@ -87,12 +87,8 @@ typedef long ngx_flag_t;
#endif
-/* TODO: auto */
#define NGX_INT32_LEN sizeof("-2147483648") - 1
#define NGX_INT64_LEN sizeof("-9223372036854775808") - 1
-#define NGX_OFF_T_LEN sizeof("-9223372036854775808") - 1
-
-#define NGX_MAX_INT_LEN (sizeof("-9223372036854775808") - 1)
#if (NGX_SOLARIS)