src/os/unix/ngx_darwin.h - nginx-1.7.10

Macros defined

Source code


  1. /*
  2. * Copyright (C) Igor Sysoev
  3. * Copyright (C) Nginx, Inc.
  4. */


  5. #ifndef _NGX_DARWIN_H_INCLUDED_
  6. #define _NGX_DARWIN_H_INCLUDED_


  7. void ngx_debug_init(void);
  8. ngx_chain_t *ngx_darwin_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in,
  9.     off_t limit);

  10. extern int       ngx_darwin_kern_osreldate;
  11. extern int       ngx_darwin_hw_ncpu;
  12. extern u_long    ngx_darwin_net_inet_tcp_sendspace;

  13. extern ngx_uint_t  ngx_debug_malloc;


  14. #endif /* _NGX_DARWIN_H_INCLUDED_ */