comparison src/core/ngx_config.h @ 267:83205e0b5522

nginx-0.0.2-2004-02-24-20:31:46 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 24 Feb 2004 17:31:46 +0000
parents 5238e93961a1
children ee394e997c77
comparison
equal deleted inserted replaced
266:5238e93961a1 267:83205e0b5522
42 typedef int ngx_int_t; 42 typedef int ngx_int_t;
43 typedef u_int ngx_uint_t; 43 typedef u_int ngx_uint_t;
44 44
45 45
46 typedef int ngx_flag_t; 46 typedef int ngx_flag_t;
47
48
49 /* STUB: autoconf */
50 #define PTR_FMT "%08X"
51 47
52 48
53 #ifndef NGX_SERVER_ROOT 49 #ifndef NGX_SERVER_ROOT
54 #define NGX_SERVER_ROOT "./" 50 #define NGX_SERVER_ROOT "./"
55 #if 0 51 #if 0