comparison src/os/unix/ngx_freebsd_init.h @ 86:3973260705cc

nginx-0.0.1-2003-05-12-19:52:24 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 12 May 2003 15:52:24 +0000
parents
children 674d333f4296
comparison
equal deleted inserted replaced
85:3549c2bf9eaf 86:3973260705cc
1 #ifndef _NGX_OS_INIT_H_INCLUDED_
2 #define _NGX_OS_INIT_H_INCLUDED_
3
4
5 #include <ngx_config.h>
6 #include <ngx_core.h>
7 #include <ngx_log.h>
8 #include <sys/sysctl.h>
9
10
11 int ngx_os_init(ngx_log_t *log);
12
13
14 extern int freebsd_kern_osreldate;
15 extern int freebsd_hw_ncpu;
16
17
18 #endif /* _NGX_OS_INIT_H_INCLUDED_ */