comparison src/os/unix/ngx_files.h @ 2592:3a8a53c0c42f

a prelimiary proxy cache support
author Igor Sysoev <igor@sysoev.ru>
date Mon, 23 Mar 2009 13:14:51 +0000
parents 5e87ddb4764f
children ceef364208c8
comparison
equal deleted inserted replaced
2591:7162ac8d564f 2592:3a8a53c0c42f
65 #define NGX_FILE_OPEN 0 65 #define NGX_FILE_OPEN 0
66 #define NGX_FILE_TRUNCATE O_TRUNC 66 #define NGX_FILE_TRUNCATE O_TRUNC
67 #define NGX_FILE_APPEND O_APPEND 67 #define NGX_FILE_APPEND O_APPEND
68 68
69 #define NGX_FILE_DEFAULT_ACCESS 0644 69 #define NGX_FILE_DEFAULT_ACCESS 0644
70 #define NGX_FILE_OWNER_ACCESS 0600
70 71
71 72
72 #define ngx_close_file close 73 #define ngx_close_file close
73 #define ngx_close_file_n "close()" 74 #define ngx_close_file_n "close()"
74 75