comparison src/core/ngx_config.h @ 236:86e473b5641e

nginx-0.0.1-2004-01-22-09:47:28 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 22 Jan 2004 06:47:28 +0000
parents 2e9a8a14a0cf
children 8d5cce3ae221
comparison
equal deleted inserted replaced
235:6bd5d25b6744 236:86e473b5641e
40 40
41 41
42 /* STUB: autoconf */ 42 /* STUB: autoconf */
43 typedef int ngx_int_t; 43 typedef int ngx_int_t;
44 typedef u_int ngx_uint_t; 44 typedef u_int ngx_uint_t;
45
46
47 typedef int ngx_flag_t;
48
45 49
46 /* STUB: autoconf */ 50 /* STUB: autoconf */
47 #define PTR_FMT "%08X" 51 #define PTR_FMT "%08X"
48 52
49 #include <ngx_auto_config.h> 53 #include <ngx_auto_config.h>