diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-07-30 12:18:07 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-07-30 12:18:07 +0000 |
commit | 749449097847cc3bee9e4e3966122a94149b755b (patch) | |
tree | 610e6e781bd2fdcc1cdd035851c4a222e3556c08 /src/os/unix/ngx_os.h | |
parent | ec0b579f7521608e3dabc1635ead8ed11ab1a7be (diff) | |
download | nginx-749449097847cc3bee9e4e3966122a94149b755b.tar.gz nginx-749449097847cc3bee9e4e3966122a94149b755b.zip |
*) move Darwin support to separate files
*) Darwin sendfile() support
Diffstat (limited to 'src/os/unix/ngx_os.h')
-rw-r--r-- | src/os/unix/ngx_os.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/os/unix/ngx_os.h b/src/os/unix/ngx_os.h index 54b1370bd..44ed6d0f1 100644 --- a/src/os/unix/ngx_os.h +++ b/src/os/unix/ngx_os.h @@ -66,6 +66,10 @@ extern ngx_uint_t ngx_tcp_nodelay_and_tcp_nopush; #elif (NGX_SOLARIS) #include <ngx_solaris.h> + + +#elif (NGX_DARWIN) +#include <ngx_darwin.h> #endif |