From 02e349abc00969fe372f679b6bd088c138741e5a Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Sun, 27 May 2007 14:29:03 +0000 Subject: [PATCH] patch to not check EPOLL - prevents FTBFS in debian --- .../include/libtorrent/asio/detail/epoll_reactor_fwd.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/libtorrent/include/libtorrent/asio/detail/epoll_reactor_fwd.hpp b/libtorrent/include/libtorrent/asio/detail/epoll_reactor_fwd.hpp index 87fad6325..720d7ca71 100644 --- a/libtorrent/include/libtorrent/asio/detail/epoll_reactor_fwd.hpp +++ b/libtorrent/include/libtorrent/asio/detail/epoll_reactor_fwd.hpp @@ -24,8 +24,6 @@ #include #include "asio/detail/pop_options.hpp" -#if LINUX_VERSION_CODE >= KERNEL_VERSION (2,5,45) // Only kernels >= 2.5.45. - // Define this to indicate that epoll is supported on the target platform. #define ASIO_HAS_EPOLL 1 @@ -38,7 +36,6 @@ class epoll_reactor; } // namespace detail } // namespace asio -#endif // LINUX_VERSION_CODE >= KERNEL_VERSION (2,5,45) #endif // defined(__linux__) #endif // !defined(ASIO_DISABLE_EPOLL)