view src/os/unix/ngx_types.h @ 178:a8ff48d26cca

nginx-0.0.1-2003-11-11-00:09:22 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 10 Nov 2003 21:09:22 +0000
parents c0552e5ab567
children d5f50cefc322
line wrap: on
line source

#ifndef _NGX_TYPES_H_INCLUDED_
#define _NGX_TYPES_H_INCLUDED_


#include <ngx_config.h>

#include <sys/types.h>
#include <sys/stat.h>


typedef int          ngx_fd_t;
typedef struct stat  ngx_file_info_t;
typedef ino_t        ngx_file_uniq_t;



#endif /* _NGX_TYPES_H_INCLUDED_ */