comparison src/core/ngx_config.h @ 316:a0beefedaf94

nginx-0.0.3-2004-04-15-00:34:05 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 14 Apr 2004 20:34:05 +0000
parents 2e899477243a
children ba876b26b76d
comparison
equal deleted inserted replaced
315:39b6f2df45c0 316:a0beefedaf94
99 /* TODO: auto_conf: ngx_inline inline __inline __inline__ */ 99 /* TODO: auto_conf: ngx_inline inline __inline __inline__ */
100 #ifndef ngx_inline 100 #ifndef ngx_inline
101 #define ngx_inline inline 101 #define ngx_inline inline
102 #endif 102 #endif
103 103
104
105 #ifndef INFTIM /* Linux */
106 #define INFTIM -1
107 #endif
108
109 #ifndef INADDR_NONE /* Solaris */ 104 #ifndef INADDR_NONE /* Solaris */
110 #define INADDR_NONE ((unsigned int) -1) 105 #define INADDR_NONE ((unsigned int) -1)
111 #endif 106 #endif
112 107
113 #ifndef INET_ADDRSTRLEN /* Win32 */ 108 #ifndef INET_ADDRSTRLEN /* Win32 */