comparison src/os/unix/ngx_types.h @ 57:a499e0d1f16e

nginx-0.0.1-2003-01-30-10:28:09 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 30 Jan 2003 07:28:09 +0000
parents b2e039840718
children 7e86d028d8f0
comparison
equal deleted inserted replaced
56:058f01f78761 57:a499e0d1f16e
1 #ifndef _NGX_TYPES_H_INCLUDED_ 1 #ifndef _NGX_TYPES_H_INCLUDED_
2 #define _NGX_TYPES_H_INCLUDED_ 2 #define _NGX_TYPES_H_INCLUDED_
3 3
4 4
5 #include <ngx_config.h> 5 #include <ngx_config.h>
6
7 #include <sys/types.h>
8 #include <sys/stat.h>
9
10
11 typedef int ngx_fd_t;
12 typedef struct stat ngx_file_info_t;
13
6 14
7 15
8 #ifdef SOLARIS 16 #ifdef SOLARIS
9 17
10 #define QD_FMT "%lld" 18 #define QD_FMT "%lld"