Igor Sysoev | 7494490 | 2008-07-30 12:18:07 +0000 | [diff] [blame] | 1 | |
| 2 | /* |
| 3 | * Copyright (C) Igor Sysoev |
Maxim Konovalov | f8d59e3 | 2012-01-18 15:07:43 +0000 | [diff] [blame] | 4 | * Copyright (C) Nginx, Inc. |
Igor Sysoev | 7494490 | 2008-07-30 12:18:07 +0000 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | |
| 8 | #ifndef _NGX_DARWIN_H_INCLUDED_ |
| 9 | #define _NGX_DARWIN_H_INCLUDED_ |
| 10 | |
| 11 | |
Igor Sysoev | efc6eca | 2011-10-24 15:46:48 +0000 | [diff] [blame] | 12 | void ngx_debug_init(void); |
Igor Sysoev | 7494490 | 2008-07-30 12:18:07 +0000 | [diff] [blame] | 13 | ngx_chain_t *ngx_darwin_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in, |
| 14 | off_t limit); |
| 15 | |
| 16 | extern int ngx_darwin_kern_osreldate; |
| 17 | extern int ngx_darwin_hw_ncpu; |
| 18 | extern u_long ngx_darwin_net_inet_tcp_sendspace; |
| 19 | |
Igor Sysoev | efc6eca | 2011-10-24 15:46:48 +0000 | [diff] [blame] | 20 | extern ngx_uint_t ngx_debug_malloc; |
| 21 | |
Igor Sysoev | 7494490 | 2008-07-30 12:18:07 +0000 | [diff] [blame] | 22 | |
| 23 | #endif /* _NGX_DARWIN_H_INCLUDED_ */ |