diff src/os/unix/ngx_darwin.h @ 2128:345a014436d4

*) move Darwin support to separate files *) Darwin sendfile() support
author Igor Sysoev <igor@sysoev.ru>
date Wed, 30 Jul 2008 12:18:07 +0000
parents src/os/unix/ngx_freebsd.h@b794d78e52c5
children 1b779cb69dc8 4919fb357a5d
line wrap: on
line diff
copy from src/os/unix/ngx_freebsd.h
copy to src/os/unix/ngx_darwin.h
--- a/src/os/unix/ngx_freebsd.h
+++ b/src/os/unix/ngx_darwin.h
@@ -4,21 +4,16 @@
  */
 
 
-#ifndef _NGX_FREEBSD_H_INCLUDED_
-#define _NGX_FREEBSD_H_INCLUDED_
+#ifndef _NGX_DARWIN_H_INCLUDED_
+#define _NGX_DARWIN_H_INCLUDED_
 
 
-ngx_chain_t *ngx_freebsd_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in,
+ngx_chain_t *ngx_darwin_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in,
     off_t limit);
 
-extern int         ngx_freebsd_kern_osreldate;
-extern int         ngx_freebsd_hw_ncpu;
-extern u_long      ngx_freebsd_net_inet_tcp_sendspace;
-extern int         ngx_freebsd_kern_ipc_zero_copy_send;
-
-extern ngx_uint_t  ngx_freebsd_sendfile_nbytes_bug;
-extern ngx_uint_t  ngx_freebsd_use_tcp_nopush;
-extern ngx_uint_t  ngx_freebsd_debug_malloc;
+extern int       ngx_darwin_kern_osreldate;
+extern int       ngx_darwin_hw_ncpu;
+extern u_long    ngx_darwin_net_inet_tcp_sendspace;
 
 
-#endif /* _NGX_FREEBSD_H_INCLUDED_ */
+#endif /* _NGX_DARWIN_H_INCLUDED_ */