comparison src/os/unix/ngx_files.h @ 278:0ba4821f4460

nginx-0.0.2-2004-03-04-10:04:55 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 04 Mar 2004 07:04:55 +0000
parents 8dee38ea9117
children 87e73f067470
comparison
equal deleted inserted replaced
277:e91499541410 278:0ba4821f4460
1 #ifndef _NGX_FILES_H_INCLUDED_ 1 #ifndef _NGX_FILES_H_INCLUDED_
2 #define _NGX_FILES_H_INCLUDED_ 2 #define _NGX_FILES_H_INCLUDED_
3 3
4 4
5 #include <ngx_config.h> 5 #include <ngx_config.h>
6 6 #include <ngx_core.h>
7 #include <ngx_types.h>
8 #include <ngx_alloc.h>
9 #include <ngx_hunk.h>
10 #include <ngx_file.h>
11 7
12 8
13 #define NGX_INVALID_FILE -1 9 #define NGX_INVALID_FILE -1
14 #define NGX_FILE_ERROR -1 10 #define NGX_FILE_ERROR -1
15 11