From a962506498d3930bea4e34bc21d261613065f98f Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 28 Aug 2009 08:12:35 +0000 Subject: FreeBSD and Linux AIO support --- src/os/unix/ngx_solaris_config.h | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'src/os/unix/ngx_solaris_config.h') diff --git a/src/os/unix/ngx_solaris_config.h b/src/os/unix/ngx_solaris_config.h index 663f26570..ae8212d8a 100644 --- a/src/os/unix/ngx_solaris_config.h +++ b/src/os/unix/ngx_solaris_config.h @@ -62,16 +62,6 @@ #endif -#if (NGX_HAVE_SENDFILE) -#include -#endif - - -#if (NGX_HAVE_AIO) -#include -#endif - - #if (NGX_HAVE_DEVPOLL) #include #include @@ -83,6 +73,11 @@ #endif +#if (NGX_HAVE_SENDFILE) +#include +#endif + + #define NGX_LISTEN_BACKLOG 511 -- cgit v1.2.3