mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-15 22:52:31 +00:00
* Finished implementing epoll support in the library. The client side
is abit hacky and normal select based polling is temporarily disabled. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@509 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+3
-3
@@ -75,7 +75,7 @@ AC_DEFUN([TORRENT_CHECK_XFS], [
|
||||
}
|
||||
]],
|
||||
[
|
||||
AC_DEFINE(HAS_XFS, 1, XFS filesystem supported.)
|
||||
AC_DEFINE(USE_XFS, 1, Use XFS filesystem stuff.)
|
||||
AC_MSG_RESULT(yes)
|
||||
], [
|
||||
AC_MSG_RESULT(no)
|
||||
@@ -107,7 +107,7 @@ AC_DEFUN([TORRENT_CHECK_EPOLL], [
|
||||
}
|
||||
]],
|
||||
[
|
||||
AC_DEFINE(HAS_EPOLL, 1, epoll supported.)
|
||||
AC_DEFINE(USE_EPOLL, 1, Use epoll.)
|
||||
AC_MSG_RESULT(yes)
|
||||
], [
|
||||
AC_MSG_RESULT(no)
|
||||
@@ -139,7 +139,7 @@ AC_DEFUN([TORRENT_CHECK_POSIX_FALLOCATE], [
|
||||
}
|
||||
]],
|
||||
[
|
||||
AC_DEFINE(HAS_POSIX_FALLOCATE, 1, posix_fallocate supported.)
|
||||
AC_DEFINE(USE_POSIX_FALLOCATE, 1, posix_fallocate supported.)
|
||||
AC_MSG_RESULT(yes)
|
||||
], [
|
||||
AC_MSG_RESULT(no)
|
||||
|
||||
Reference in New Issue
Block a user