Annotation of embedaddon/nginx/src/os/unix/ngx_freebsd.h, revision 1.1
1.1 ! misho 1:
! 2: /*
! 3: * Copyright (C) Igor Sysoev
! 4: * Copyright (C) Nginx, Inc.
! 5: */
! 6:
! 7:
! 8: #ifndef _NGX_FREEBSD_H_INCLUDED_
! 9: #define _NGX_FREEBSD_H_INCLUDED_
! 10:
! 11:
! 12: void ngx_debug_init(void);
! 13: ngx_chain_t *ngx_freebsd_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in,
! 14: off_t limit);
! 15:
! 16: extern int ngx_freebsd_kern_osreldate;
! 17: extern int ngx_freebsd_hw_ncpu;
! 18: extern u_long ngx_freebsd_net_inet_tcp_sendspace;
! 19:
! 20: extern ngx_uint_t ngx_freebsd_sendfile_nbytes_bug;
! 21: extern ngx_uint_t ngx_freebsd_use_tcp_nopush;
! 22: extern ngx_uint_t ngx_debug_malloc;
! 23:
! 24:
! 25: #endif /* _NGX_FREEBSD_H_INCLUDED_ */
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>