moved POCO_HAVE_FD_POLL from Net to Foundation

This commit is contained in:
Aleksandar Fabijanic 2009-03-11 01:10:57 +00:00
parent f517c1b083
commit 3878959ac0
2 changed files with 6 additions and 6 deletions

View File

@ -185,4 +185,10 @@
#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
#endif
#endif // Foundation_Platform_INCLUDED

View File

@ -176,12 +176,6 @@
#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
#endif
#if (POCO_OS == POCO_OS_HPUX) || (POCO_OS == POCO_OS_SOLARIS)
#define POCO_BROKEN_TIMEOUTS 1
#endif