comparison src/core/ngx_config.h @ 249:2a0540287298

nginx-0.0.2-2004-02-03-19:43:54 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 03 Feb 2004 16:43:54 +0000
parents e885208c518b
children b6793bc5034b
comparison
equal deleted inserted replaced
248:e885208c518b 249:2a0540287298
1 #ifndef _NGX_CONFIG_H_INCLUDED_ 1 #ifndef _NGX_CONFIG_H_INCLUDED_
2 #define _NGX_CONFIG_H_INCLUDED_ 2 #define _NGX_CONFIG_H_INCLUDED_
3
4
5 #include <ngx_auto_config.h>
6 3
7 4
8 #if 1 5 #if 1
9 /* STUB to allocate a big ngx_connections */ 6 /* STUB to allocate a big ngx_connections */
10 #undef FD_SETSIZE 7 #undef FD_SETSIZE
33 30
34 #include <ngx_win32_config.h> 31 #include <ngx_win32_config.h>
35 32
36 33
37 #else /* posix */ 34 #else /* posix */
35
36 #include <ngx_auto_config.h>
38 37
39 #endif 38 #endif
40 39
41 40
42 /* STUB: ngx_mutex.h */ 41 /* STUB: ngx_mutex.h */