diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-01-22 06:47:28 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-01-22 06:47:28 +0000 |
commit | d8e1f07a93c014d57b7be0fd24fbee1978c95451 (patch) | |
tree | e26c2c328b667508cf627e4182492a9c748df5eb /src/core/ngx_config.h | |
parent | 2f2491b5ea235e8302f471ba42992a8f7006aa9d (diff) | |
download | nginx-d8e1f07a93c014d57b7be0fd24fbee1978c95451.tar.gz nginx-d8e1f07a93c014d57b7be0fd24fbee1978c95451.zip |
nginx-0.0.1-2004-01-22-09:47:28 import
Diffstat (limited to 'src/core/ngx_config.h')
-rw-r--r-- | src/core/ngx_config.h | 4 |
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" |