comparison src/os/unix/ngx_types.h @ 3:34a521b1a148

nginx-0.0.1-2002-08-20-18:48:28 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 20 Aug 2002 14:48:28 +0000
parents 4eff17414a43
children c5f071d376e5
comparison
equal deleted inserted replaced
2:ffffe1499bce 3:34a521b1a148
3 3
4 4
5 #include <ngx_config.h> 5 #include <ngx_config.h>
6 6
7 7
8 typedef int ngx_file_t;
9 typedef int ngx_socket_t;
10 8
11 9
12 #endif /* _NGX_TYPES_H_INCLUDED_ */ 10 #endif /* _NGX_TYPES_H_INCLUDED_ */