comparison src/core/ngx_config.h @ 3962:df2ae4bc7415

fix SSL connection issues on platforms with 32-bit off_t patch by Maxim Dounin
author Igor Sysoev <igor@sysoev.ru>
date Fri, 22 Jul 2011 12:53:04 +0000
parents fb7995c7bdd9
children d620f497c50f
comparison
equal deleted inserted replaced
3961:4048aa055411 3962:df2ae4bc7415
125 #define NGX_MAX_UINT32_VALUE (uint32_t) 0xffffffffLL 125 #define NGX_MAX_UINT32_VALUE (uint32_t) 0xffffffffLL
126 #else 126 #else
127 #define NGX_MAX_UINT32_VALUE (uint32_t) 0xffffffff 127 #define NGX_MAX_UINT32_VALUE (uint32_t) 0xffffffff
128 #endif 128 #endif
129 129
130 #define NGX_MAX_INT32_VALUE (uint32_t) 0x7fffffff
131
130 132
131 #endif /* _NGX_CONFIG_H_INCLUDED_ */ 133 #endif /* _NGX_CONFIG_H_INCLUDED_ */