comparison src/core/ngx_config.h @ 355:0fb6c53fb135

nginx-0.0.7-2004-06-15-21:47:16 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 15 Jun 2004 17:47:16 +0000
parents 55e496a8ece3
children 2e3cbc1bbe3c
comparison
equal deleted inserted replaced
354:eaf1f651cf86 355:0fb6c53fb135
20 #elif defined sun && (defined __svr4__ || defined __SVR4) 20 #elif defined sun && (defined __svr4__ || defined __SVR4)
21 #include <ngx_solaris_config.h> 21 #include <ngx_solaris_config.h>
22 22
23 23
24 #elif defined _WIN32 24 #elif defined _WIN32
25
26 /* STUB to allocate a big ngx_connections */
27 #undef FD_SETSIZE
28 #define FD_SETSIZE 1024
29
30 #include <ngx_win32_config.h> 25 #include <ngx_win32_config.h>
31 26
32 27
33 #else /* posix */ 28 #else /* posix */
34 29 #include <ngx_posix_config.h>
35 #include <ngx_auto_config.h>
36 30
37 #endif 31 #endif
38 32
39 33
40 /* STUB: autoconf */ 34 /* STUB: autoconf */