summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.h
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2015-03-13 16:42:52 +0300
committerRuslan Ermilov <ru@nginx.com>2015-03-13 16:42:52 +0300
commitdb999274ec57511d791bb19185499fac8a20b727 (patch)
treebbd2d4c1ec4db709082b99b2374fc792af78f650 /src/http/ngx_http_core_module.h
parentbcd8123913acc4e1e532c8bcceef79e034e4f3e7 (diff)
downloadnginx-db999274ec57511d791bb19185499fac8a20b727.tar.gz
nginx-db999274ec57511d791bb19185499fac8a20b727.tar.bz2
The "aio" directive parser made smarter.
It now prints meaningful warnings on all platforms. No functional changes.
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r--src/http/ngx_http_core_module.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h
index 258393db2..de7d4edcd 100644
--- 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 */