comparison src/core/ngx_config.h @ 211:fd9fecc4193f

nginx-0.0.1-2003-12-15-16:57:13 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 15 Dec 2003 13:57:13 +0000
parents 00cafae0bdf1
children 05592fd7a436
comparison
equal deleted inserted replaced
210:00cafae0bdf1 211:fd9fecc4193f
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 /* STUB to allocate a big ngx_connections */
6 #undef FD_SETSIZE
7 #define FD_SETSIZE 5000
3 8
4 9
5 #if defined __FreeBSD__ 10 #if defined __FreeBSD__
6 #include <ngx_freebsd_config.h> 11 #include <ngx_freebsd_config.h>
7 12