mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
trunk/branch integration: compile fix
This commit is contained in:
@@ -196,14 +196,15 @@
|
|||||||
#define POCO_ARCH_BIG_ENDIAN 1
|
#define POCO_ARCH_BIG_ENDIAN 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//TODO: need to determine Linux > 2.6.0
|
//TODO: need to determine Linux > 2.6.0
|
||||||
#if (POCO_OS == POCO_OS_LINUX)
|
#if (POCO_OS == POCO_OS_LINUX)
|
||||||
#define POCO_HAVE_FD_EPOLL 1
|
#define POCO_HAVE_FD_EPOLL 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//TODO: determine all platforms having poll() call
|
//TODO: determine all platforms having poll() call
|
||||||
#if (POCO_OS == POCO_OS_SOLARIS) || (POCO_OS == POCO_OS_LINUX)
|
#if (POCO_OS == POCO_OS_SOLARIS) || (POCO_OS == POCO_OS_LINUX)
|
||||||
#define POCO_HAVE_FD_POLL 1
|
#define POCO_HAVE_FD_POLL 1
|
||||||
|
#endif
|
||||||
|
|
||||||
#elif defined (nios2) || defined(__nios2) || defined(__nios2__)
|
#elif defined (nios2) || defined(__nios2) || defined(__nios2__)
|
||||||
#define POCO_ARCH POCO_ARCH_NIOS2
|
#define POCO_ARCH POCO_ARCH_NIOS2
|
||||||
|
|||||||
Reference in New Issue
Block a user