comparison src/core/ngx_config.h @ 238:674f85a4d00f

nginx-0.0.1-2004-01-23-12:26:18 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 23 Jan 2004 09:26:18 +0000
parents 8d5cce3ae221
children 5d4f49dc8de5
comparison
equal deleted inserted replaced
237:8d5cce3ae221 238:674f85a4d00f
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 0
5 /* STUB to allocate a big ngx_connections */ 6 /* STUB to allocate a big ngx_connections */
6 #undef FD_SETSIZE 7 #undef FD_SETSIZE
7 #define FD_SETSIZE 5000 8 #define FD_SETSIZE 5000
9 #endif
8 10
9 11
10 #if defined __FreeBSD__ 12 #if defined __FreeBSD__
11 #include <ngx_freebsd_config.h> 13 #include <ngx_freebsd_config.h>
12 14