* Added kqueue support, enable with "--with-kqueue". Currently

keyboard input is disabled due to bugs in MacOSX 10.4.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@763 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2006-08-20 22:01:33 +00:00
parent dbfb9f1165
commit 8fe8fbbb31
5 changed files with 198 additions and 0 deletions
+2
View File
@@ -24,6 +24,8 @@ libsub_core_a_SOURCES = \
poll_manager.h \
poll_manager_epoll.cc \
poll_manager_epoll.h \
poll_manager_kqueue.cc \
poll_manager_kqueue.h \
poll_manager_select.cc \
poll_manager_select.h \
scheduler.cc \