comparison src/core/ngx_config.h @ 39:83fa61cd3d2f

nginx-0.0.1-2002-12-24-20:30:59 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 24 Dec 2002 17:30:59 +0000
parents 9fe40e51d4a3
children a499e0d1f16e
comparison
equal deleted inserted replaced
38:2ffaa35fba42 39:83fa61cd3d2f
97 #define INFTIM -1 97 #define INFTIM -1
98 #endif 98 #endif
99 */ 99 */
100 #endif 100 #endif
101 101
102
103 #if (HAVE_DEVPOLL)
104 #include <sys/devpoll.h> /* Solaris, HP/UX */
105 #endif
106
107
102 #define ngx_inline inline 108 #define ngx_inline inline
103 109
104 110
105 #endif /* POSIX */ 111 #endif /* POSIX */
106 112