mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-22 23:11:00 +01:00
moved POCO_HAVE_FD_POLL from Net to Foundation
This commit is contained in:
parent
f517c1b083
commit
3878959ac0
@ -185,4 +185,10 @@
|
|||||||
#endif
|
#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
|
#endif // Foundation_Platform_INCLUDED
|
||||||
|
@ -176,12 +176,6 @@
|
|||||||
#endif
|
#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)
|
#if (POCO_OS == POCO_OS_HPUX) || (POCO_OS == POCO_OS_SOLARIS)
|
||||||
#define POCO_BROKEN_TIMEOUTS 1
|
#define POCO_BROKEN_TIMEOUTS 1
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user