comparison src/os/unix/ngx_os.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 0b592a68aade
children cc13ff6d5c07
comparison
equal deleted inserted replaced
2127:05e8de8fcfbb 2128:345a014436d4
64 #include <ngx_linux.h> 64 #include <ngx_linux.h>
65 65
66 66
67 #elif (NGX_SOLARIS) 67 #elif (NGX_SOLARIS)
68 #include <ngx_solaris.h> 68 #include <ngx_solaris.h>
69
70
71 #elif (NGX_DARWIN)
72 #include <ngx_darwin.h>
69 #endif 73 #endif
70 74
71 75
72 #endif /* _NGX_OS_H_INCLUDED_ */ 76 #endif /* _NGX_OS_H_INCLUDED_ */