comparison src/core/ngx_config.h @ 253:b6793bc5034b

nginx-0.0.2-2004-02-09-10:46:43 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 09 Feb 2004 07:46:43 +0000
parents 2a0540287298
children 5238e93961a1
comparison
equal deleted inserted replaced
252:84b1c672ec5a 253:b6793bc5034b
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 3
4 4
5 #if 1 5 #if 0
6 /* STUB to allocate a big ngx_connections */ 6 /* STUB to allocate a big ngx_connections */
7 #undef FD_SETSIZE 7 #undef FD_SETSIZE
8 #define FD_SETSIZE 5000 8 #define FD_SETSIZE 5000
9 #endif 9 #endif
10 10