Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-07-30 16:18:07 +0400
committerIgor Sysoev <igor@sysoev.ru>2008-07-30 16:18:07 +0400
commit749449097847cc3bee9e4e3966122a94149b755b (patch)
tree610e6e781bd2fdcc1cdd035851c4a222e3556c08 /src/core/ngx_config.h
parentec0b579f7521608e3dabc1635ead8ed11ab1a7be (diff)
*) move Darwin support to separate files
*) Darwin sendfile() support
Diffstat (limited to 'src/core/ngx_config.h')
-rw-r--r--src/core/ngx_config.h4
1 files changed, 4 insertions, 0 deletions
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 <ngx_solaris_config.h>
+#elif (NGX_DARWIN)
+#include <ngx_darwin_config.h>
+
+
#elif (NGX_WIN32)
#include <ngx_win32_config.h>