Go to the source code of this file.
Defines | |
#define | POCO_ARCH_ALPHA 0x01 |
#define | POCO_ARCH_AMD64 0x09 |
#define | POCO_ARCH_ARM 0x0a |
#define | POCO_ARCH_HPPA 0x05 |
#define | POCO_ARCH_IA32 0x02 |
#define | POCO_ARCH_IA64 0x03 |
#define | POCO_ARCH_M68K 0x0b |
#define | POCO_ARCH_MIPS 0x04 |
#define | POCO_ARCH_POWER 0x07 |
#define | POCO_ARCH_PPC 0x06 |
#define | POCO_ARCH_S390 0x0c |
#define | POCO_ARCH_SPARC 0x08 |
#define | POCO_OS_AIX 0x0002 |
#define | POCO_OS_CYGWIN 0x000d |
#define | POCO_OS_FREE_BSD 0x0001 |
#define | POCO_OS_HPUX 0x0003 |
#define | POCO_OS_IRIX 0x0009 |
#define | POCO_OS_LINUX 0x0005 |
#define | POCO_OS_MAC_OS_X 0x0006 |
#define | POCO_OS_NET_BSD 0x0007 |
#define | POCO_OS_OPEN_BSD 0x0008 |
#define | POCO_OS_QNX 0x000b |
#define | POCO_OS_SOLARIS 0x000a |
#define | POCO_OS_TRU64 0x0004 |
#define | POCO_OS_UNKNOWN_UNIX 0x00ff |
#define | POCO_OS_VMS 0x2001 |
#define | POCO_OS_VXWORKS 0x000c |
#define | POCO_OS_WINDOWS_CE 0x1011 |
#define | POCO_OS_WINDOWS_NT 0x1001 |
#define POCO_ARCH_ALPHA 0x01 |
Definition at line 126 of file Platform.h.
#define POCO_ARCH_AMD64 0x09 |
Definition at line 134 of file Platform.h.
#define POCO_ARCH_ARM 0x0a |
Definition at line 135 of file Platform.h.
#define POCO_ARCH_HPPA 0x05 |
Definition at line 130 of file Platform.h.
#define POCO_ARCH_IA32 0x02 |
Definition at line 127 of file Platform.h.
#define POCO_ARCH_IA64 0x03 |
Definition at line 128 of file Platform.h.
#define POCO_ARCH_M68K 0x0b |
Definition at line 136 of file Platform.h.
#define POCO_ARCH_MIPS 0x04 |
Definition at line 129 of file Platform.h.
#define POCO_ARCH_POWER 0x07 |
Definition at line 132 of file Platform.h.
#define POCO_ARCH_PPC 0x06 |
Definition at line 131 of file Platform.h.
#define POCO_ARCH_S390 0x0c |
Definition at line 137 of file Platform.h.
#define POCO_ARCH_SPARC 0x08 |
Definition at line 133 of file Platform.h.
#define POCO_OS_AIX 0x0002 |
Definition at line 50 of file Platform.h.
#define POCO_OS_CYGWIN 0x000d |
Definition at line 61 of file Platform.h.
#define POCO_OS_FREE_BSD 0x0001 |
Definition at line 49 of file Platform.h.
#define POCO_OS_HPUX 0x0003 |
Definition at line 51 of file Platform.h.
#define POCO_OS_IRIX 0x0009 |
Definition at line 57 of file Platform.h.
#define POCO_OS_LINUX 0x0005 |
Definition at line 53 of file Platform.h.
#define POCO_OS_MAC_OS_X 0x0006 |
Definition at line 54 of file Platform.h.
#define POCO_OS_NET_BSD 0x0007 |
Definition at line 55 of file Platform.h.
#define POCO_OS_OPEN_BSD 0x0008 |
Definition at line 56 of file Platform.h.
#define POCO_OS_QNX 0x000b |
Definition at line 59 of file Platform.h.
#define POCO_OS_SOLARIS 0x000a |
Definition at line 58 of file Platform.h.
#define POCO_OS_TRU64 0x0004 |
Definition at line 52 of file Platform.h.
#define POCO_OS_UNKNOWN_UNIX 0x00ff |
Definition at line 62 of file Platform.h.
#define POCO_OS_VMS 0x2001 |
Definition at line 65 of file Platform.h.
#define POCO_OS_VXWORKS 0x000c |
Definition at line 60 of file Platform.h.
#define POCO_OS_WINDOWS_CE 0x1011 |
Definition at line 64 of file Platform.h.
#define POCO_OS_WINDOWS_NT 0x1001 |
Definition at line 63 of file Platform.h.