comparison src/core/ngx_config.h @ 195:8dee38ea9117

nginx-0.0.1-2003-11-25-23:44:56 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 25 Nov 2003 20:44:56 +0000
parents cd54bcbaf3b5
children a65b630b3a66
comparison
equal deleted inserted replaced
194:2357fa41738a 195:8dee38ea9117
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 #include <ngx_auto_config.h>
6 3
7 4
8 #if defined __FreeBSD__ 5 #if defined __FreeBSD__
9 #include <ngx_freebsd_config.h> 6 #include <ngx_freebsd_config.h>
10 7
28 25
29 26
30 #else /* posix */ 27 #else /* posix */
31 28
32 #endif 29 #endif
30
31
32 /* STUB: autoconf */
33 typedef int ngx_int_t;
34 typedef u_int ngx_uint_t;
35
36 #include <ngx_auto_config.h>
33 37
34 38
35 #ifndef NGX_SERVER_ROOT 39 #ifndef NGX_SERVER_ROOT
36 #define NGX_SERVER_ROOT "./" 40 #define NGX_SERVER_ROOT "./"
37 #if 0 41 #if 0