comparison src/core/ngx_config.h @ 94:8220378432a8

nginx-0.0.1-2003-05-22-19:23:47 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 22 May 2003 15:23:47 +0000
parents 738fe44c70d5
children 7db96f59bc29
comparison
equal deleted inserted replaced
93:738fe44c70d5 94:8220378432a8
48 #ifndef ngx_inline 48 #ifndef ngx_inline
49 #define ngx_inline inline 49 #define ngx_inline inline
50 #endif 50 #endif
51 51
52 52
53 #ifndef INFTIM /* Linux */
54 #define INFTIM -1
55 #endif
56
53 #ifndef INADDR_NONE /* Solaris */ 57 #ifndef INADDR_NONE /* Solaris */
54 #define INADDR_NONE ((unsigned long) -1) 58 #define INADDR_NONE ((unsigned long) -1)
55 #endif 59 #endif
56 60
57 #ifndef INET_ADDRSTRLEN 61 #ifndef INET_ADDRSTRLEN