nginx-0.0.1-2003-08-11-20:03:06 import
This commit is contained in:
parent
91c394cdf8
commit
bd7130fa53
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue