diff src/http/ngx_http_core_module.h @ 6006:942283a53c28

The "aio" directive parser made smarter. It now prints meaningful warnings on all platforms. No functional changes.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 13 Mar 2015 16:42:52 +0300
parents 2dac6ae6d703
children 1fdba317ee6d
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -395,9 +395,7 @@ struct ngx_http_core_loc_conf_s {
                                            /* client_body_in_singe_buffer */
     ngx_flag_t    internal;                /* internal */
     ngx_flag_t    sendfile;                /* sendfile */
-#if (NGX_HAVE_FILE_AIO)
     ngx_flag_t    aio;                     /* aio */
-#endif
     ngx_flag_t    tcp_nopush;              /* tcp_nopush */
     ngx_flag_t    tcp_nodelay;             /* tcp_nodelay */
     ngx_flag_t    reset_timedout_connection; /* reset_timedout_connection */