aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/ngx_config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h
index 145e43a44..a0bfa63cd 100644
--- a/src/core/ngx_config.h
+++ b/src/core/ngx_config.h
@@ -125,12 +125,7 @@ typedef intptr_t ngx_flag_t;
#endif
-#if ((__GNU__ == 2) && (__GNUC_MINOR__ < 8))
-#define NGX_MAX_UINT32_VALUE (uint32_t) 0xffffffffLL
-#else
#define NGX_MAX_UINT32_VALUE (uint32_t) 0xffffffff
-#endif
-
#define NGX_MAX_INT32_VALUE (uint32_t) 0x7fffffff