- remove kqueue support from Socket::select and SocketImpl::poll.

This code does not work well, I am sorry.
This commit is contained in:
Sergey N. Yatskevich
2010-04-01 11:30:30 +00:00
parent 99242a4862
commit bf87d53ac7
3 changed files with 0 additions and 159 deletions

View File

@@ -189,11 +189,6 @@
#define POCO_HAVE_FD_EPOLL 1
#endif
//TODO: need to determine which of FreeBSD have kqueue
#if (POCO_OS == POCO_OS_FREE_BSD)
#define POCO_HAVE_FD_KQUEUE 1
#endif
//TODO: determine all platforms having poll() call
#if (POCO_OS == POCO_OS_SOLARIS) || (POCO_OS == POCO_OS_LINUX)
#define POCO_HAVE_FD_POLL 1