Removed the obsolete aio module.

This commit is contained in:
Ruslan Ermilov
2015-04-22 18:57:32 +03:00
parent 39386c951c
commit c1882d9f3f
20 changed files with 14 additions and 630 deletions

View File

@@ -41,7 +41,6 @@ EVENT_FOUND=NO
EVENT_RTSIG=NO
EVENT_SELECT=NO
EVENT_POLL=NO
EVENT_AIO=NO
USE_THREADS=NO
@@ -195,7 +194,6 @@ do
--without-select_module) EVENT_SELECT=NONE ;;
--with-poll_module) EVENT_POLL=YES ;;
--without-poll_module) EVENT_POLL=NONE ;;
--with-aio_module) EVENT_AIO=YES ;;
--with-threads) USE_THREADS=YES ;;