mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 18:56:52 +02:00
trunk: backport eventing from 1.4.3
This commit is contained in:
@@ -202,9 +202,9 @@
|
||||
#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_SOLARIS) || (POCO_OS == POCO_OS_LINUX)
|
||||
define POCO_HAVE_FD_POLL 1
|
||||
endif
|
||||
|
||||
#elif defined (nios2) || defined(__nios2) || defined(__nios2__)
|
||||
#define POCO_ARCH POCO_ARCH_NIOS2
|
||||
|
Reference in New Issue
Block a user