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/core/ngx_config.h | |
| parent | ec0b579f7521608e3dabc1635ead8ed11ab1a7be (diff) | |
| download | nginx-749449097847cc3bee9e4e3966122a94149b755b.tar.gz nginx-749449097847cc3bee9e4e3966122a94149b755b.tar.bz2 | |
*) move Darwin support to separate files
*) Darwin sendfile() support
Diffstat (limited to 'src/core/ngx_config.h')
| -rw-r--r-- | src/core/ngx_config.h | 4 |
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> |
