comparison src/core/ngx_config.h @ 248:e885208c518b

nginx-0.0.2-2004-02-03-00:19:52 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Feb 2004 21:19:52 +0000
parents 5d4f49dc8de5
children 2a0540287298
comparison
equal deleted inserted replaced
247:008276b9e061 248:e885208c518b
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 #include <ngx_auto_config.h>
6
7
8 #if 1
6 /* STUB to allocate a big ngx_connections */ 9 /* STUB to allocate a big ngx_connections */
7 #undef FD_SETSIZE 10 #undef FD_SETSIZE
8 #define FD_SETSIZE 5000 11 #define FD_SETSIZE 5000
9 #endif 12 #endif
10 13
49 typedef int ngx_flag_t; 52 typedef int ngx_flag_t;
50 53
51 54
52 /* STUB: autoconf */ 55 /* STUB: autoconf */
53 #define PTR_FMT "%08X" 56 #define PTR_FMT "%08X"
54
55
56 #include <ngx_auto_config.h>
57 57
58 58
59 #ifndef NGX_SERVER_ROOT 59 #ifndef NGX_SERVER_ROOT
60 #define NGX_SERVER_ROOT "./" 60 #define NGX_SERVER_ROOT "./"
61 #if 0 61 #if 0