diff 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
line wrap: on
line diff
--- a/src/core/ngx_config.h
+++ b/src/core/ngx_config.h
@@ -43,6 +43,10 @@
 typedef int    ngx_int_t;
 typedef u_int  ngx_uint_t;
 
+
+typedef int    ngx_flag_t;
+
+
 /* STUB: autoconf */
 #define PTR_FMT  "%08X"