comparison src/core/ngx_config.h @ 400:69e851f83522

nginx-0.0.8-2004-07-26-20:21:18 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 26 Jul 2004 16:21:18 +0000
parents 449c4885dcd1
children 0d08eabe5c7b
comparison
equal deleted inserted replaced
399:4e21d1291a14 400:69e851f83522
95 /* TODO: auto_conf: ngx_inline inline __inline __inline__ */ 95 /* TODO: auto_conf: ngx_inline inline __inline __inline__ */
96 #ifndef ngx_inline 96 #ifndef ngx_inline
97 #define ngx_inline inline 97 #define ngx_inline inline
98 #endif 98 #endif
99 99
100 #define NGX_ACCEPT_THRESHOLD 50 100 #define NGX_ACCEPT_THRESHOLD 100
101 101
102 #ifndef INADDR_NONE /* Solaris */ 102 #ifndef INADDR_NONE /* Solaris */
103 #define INADDR_NONE ((unsigned int) -1) 103 #define INADDR_NONE ((unsigned int) -1)
104 #endif 104 #endif
105 105