From 732a27196381164c799d345ec0d010b416408555 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 21 Apr 2004 18:54:33 +0000 Subject: nginx-0.0.3-2004-04-21-22:54:33 import --- src/core/ngx_config.h | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'src/core/ngx_config.h') diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index dea3e5cf9..3d44f1ea4 100644 --- a/src/core/ngx_config.h +++ b/src/core/ngx_config.h @@ -2,29 +2,22 @@ #define _NGX_CONFIG_H_INCLUDED_ -#if 0 -/* STUB to allocate a big ngx_connections */ -#undef FD_SETSIZE -#define FD_SETSIZE 5000 -#endif - - -#if defined __DragonFly__ && !defined(__FreeBSD__) +#if defined __DragonFly__ && !defined __FreeBSD__ #define __FreeBSD__ 4 #define __FreeBSD_version 480101 #endif -#if defined (__FreeBSD__) +#if defined __FreeBSD__ #include -#elif defined (__linux__) +#elif defined __linux__ #include /* Solaris */ -#elif defined (sun) && (defined (__svr4__) || defined (__SVR4)) +#elif defined sun && (defined __svr4__ || defined __SVR4) #include @@ -101,6 +94,8 @@ typedef int ngx_flag_t; #define ngx_inline inline #endif +#define NGX_ACCEPT_THRESHOLD 50 + #ifndef INADDR_NONE /* Solaris */ #define INADDR_NONE ((unsigned int) -1) #endif -- cgit v1.2.3