blob: 4d01b26ea54d231f7f4ba43b32764006a5de8328 [file] [log] [blame]
Igor Sysoev74944902008-07-30 12:18:07 +00001
2/*
3 * Copyright (C) Igor Sysoev
Maxim Konovalovf8d59e32012-01-18 15:07:43 +00004 * Copyright (C) Nginx, Inc.
Igor Sysoev74944902008-07-30 12:18:07 +00005 */
6
7
8#ifndef _NGX_DARWIN_H_INCLUDED_
9#define _NGX_DARWIN_H_INCLUDED_
10
11
Igor Sysoevefc6eca2011-10-24 15:46:48 +000012void ngx_debug_init(void);
Igor Sysoev74944902008-07-30 12:18:07 +000013ngx_chain_t *ngx_darwin_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in,
14 off_t limit);
15
16extern int ngx_darwin_kern_osreldate;
17extern int ngx_darwin_hw_ncpu;
18extern u_long ngx_darwin_net_inet_tcp_sendspace;
19
Igor Sysoevefc6eca2011-10-24 15:46:48 +000020extern ngx_uint_t ngx_debug_malloc;
21
Igor Sysoev74944902008-07-30 12:18:07 +000022
23#endif /* _NGX_DARWIN_H_INCLUDED_ */