summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_config_file.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2002-12-23 06:29:22 +0000
committerIgor Sysoev <igor@sysoev.ru>2002-12-23 06:29:22 +0000
commita6717c4e59a24bb11dab29b12fb9851bb41293c0 (patch)
tree3752e2a2fa8f5097b43d946b5b43e4aa90fbe98c /src/core/ngx_config_file.h
parent41d5a4f2ae515a62008d22997c431ff54cfc7500 (diff)
downloadnginx-a6717c4e59a24bb11dab29b12fb9851bb41293c0.tar.gz
nginx-a6717c4e59a24bb11dab29b12fb9851bb41293c0.tar.bz2
nginx-0.0.1-2002-12-23-09:29:22 import
Diffstat (limited to 'src/core/ngx_config_file.h')
-rw-r--r--src/core/ngx_config_file.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/ngx_config_file.h b/src/core/ngx_config_file.h
index 8b1d03e8d..341668a9a 100644
--- a/src/core/ngx_config_file.h
+++ b/src/core/ngx_config_file.h
@@ -19,6 +19,10 @@
#define NGX_CONF_UNSET -1
+#define NGX_BLOCK_DONE 1
+#define NGX_FILE_DONE 2
+
+
typedef struct {
ngx_file_t file;
ngx_hunk_t *hunk;