aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_config.h')
-rw-r--r--src/core/ngx_config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h
index 522c645cf..a1c93242e 100644
--- 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"