comparison src/os/unix/ngx_solaris_init.c @ 312:f5431a4bbc7d

nginx-0.0.3-2004-04-13-09:27:03 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 13 Apr 2004 05:27:03 +0000
parents 34995c5ec6c4
children b670db10cbbd
comparison
equal deleted inserted replaced
311:11ff50a35d6d 312:f5431a4bbc7d
8 char ngx_solaris_version[50]; 8 char ngx_solaris_version[50];
9 9
10 10
11 ngx_os_io_t ngx_os_io = { 11 ngx_os_io_t ngx_os_io = {
12 ngx_unix_recv, 12 ngx_unix_recv,
13 NULL, 13 ngx_readv_chain,
14 NULL, 14 NULL,
15 #if (HAVE_SENDFILE) 15 #if (HAVE_SENDFILE)
16 ngx_solaris_sendfilev_chain, 16 ngx_solaris_sendfilev_chain,
17 NGX_IO_SENDFILE 17 NGX_IO_SENDFILE
18 #else 18 #else