From 749449097847cc3bee9e4e3966122a94149b755b Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 30 Jul 2008 12:18:07 +0000 Subject: *) move Darwin support to separate files *) Darwin sendfile() support --- src/core/ngx_config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/core') diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index 8b802aa9c..d2d4e043a 100644 --- a/src/core/ngx_config.h +++ b/src/core/ngx_config.h @@ -29,6 +29,10 @@ #include +#elif (NGX_DARWIN) +#include + + #elif (NGX_WIN32) #include -- cgit