diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-08-11 16:03:06 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-08-11 16:03:06 +0000 |
commit | 8900adbddb48d52feb866b87132338aad0b9b273 (patch) | |
tree | 5ee3fb71c843edbab86761ad9f254ff31251976c | |
parent | 98947e85ff75684276679316ded1f1c3c5449594 (diff) | |
download | nginx-8900adbddb48d52feb866b87132338aad0b9b273.tar.gz nginx-8900adbddb48d52feb866b87132338aad0b9b273.zip |
nginx-0.0.1-2003-08-11-20:03:06 import
-rw-r--r-- | src/core/ngx_hunk.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ngx_hunk.h b/src/core/ngx_hunk.h index a1e17b2bc..7da054e55 100644 --- a/src/core/ngx_hunk.h +++ b/src/core/ngx_hunk.h @@ -22,8 +22,8 @@ /* the hunk is in file */ #define NGX_HUNK_FILE 0x0100 -#define NGX_HUNK_STORAGE (NGX_HUNK_IN_MEMORY - |NGX_HUNK_TEMP|NGX_HUNK_MEMORY|NGX_HUNK_MMAP +#define NGX_HUNK_STORAGE (NGX_HUNK_IN_MEMORY \ + |NGX_HUNK_TEMP|NGX_HUNK_MEMORY|NGX_HUNK_MMAP \ |NGX_HUNK_RECYCLED|NGX_HUNK_FILE) /* hunk flags */ |