comparison src/core/ngx_config.h @ 37:9fe40e51d4a3

nginx-0.0.1-2002-12-23-21:22:18 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 23 Dec 2002 18:22:18 +0000
parents c14d7232b11f
children 83fa61cd3d2f
comparison
equal deleted inserted replaced
36:c14d7232b11f 37:9fe40e51d4a3
65 65
66 #ifndef HAVE_INHERITED_NONBLOCK 66 #ifndef HAVE_INHERITED_NONBLOCK
67 #define HAVE_INHERITED_NONBLOCK 1 67 #define HAVE_INHERITED_NONBLOCK 1
68 #endif 68 #endif
69 69
70 #include <sys/stropts.h> /* INFTIM */
71
70 #endif /* Solaris */ 72 #endif /* Solaris */
71 73
72 74
73 75
74 #include <unistd.h> 76 #include <unistd.h>
75 #include <stddef.h> /* offsetof */ 77 #include <stddef.h> /* offsetof */
76 #include <stdlib.h> 78 #include <stdlib.h>
77 #include <stdio.h> 79 #include <stdio.h>
78 #include <stdarg.h> 80 #include <stdarg.h>
79 #include <fcntl.h> 81 #include <fcntl.h>
80 #include <signal.h> 82 #include <signal.h>
88 #include <arpa/inet.h> 90 #include <arpa/inet.h>
89 91
90 #ifndef HAVE_POLL 92 #ifndef HAVE_POLL
91 #define HAVE_POLL 1 93 #define HAVE_POLL 1
92 #include <poll.h> 94 #include <poll.h>
95 /*
96 #ifndef INFTIM
97 #define INFTIM -1
98 #endif
99 */
93 #endif 100 #endif
94 101
95 #define ngx_inline inline 102 #define ngx_inline inline
96 103
97 104