4 #define CMK_PAMI_LINUX_PPC8 1
6 #define CMK_DEFAULT_MAIN_USES_COMMON_CODE 1
8 #define CMK_GETPAGESIZE_AVAILABLE 1
10 #define CMK_MALLOC_USE_GNU_MALLOC 0
11 #define CMK_MALLOC_USE_OS_BUILTIN 1
13 #define CMK_MEMORY_PAGESIZE 4096
14 #define CMK_MEMORY_PROTECTABLE 1
16 #define CMK_SHARED_VARS_UNAVAILABLE 1
17 #define CMK_SHARED_VARS_UNIPROCESSOR 0
19 #define CMK_SIGNAL_NOT_NEEDED 0
20 #define CMK_SIGNAL_USE_SIGACTION 0
21 #define CMK_SIGNAL_USE_SIGACTION_WITH_RESTART 1
23 #define CMK_THREADS_REQUIRE_NO_CPV 0
25 #define CMK_TIMER_USE_GETRUSAGE 1
26 #define CMK_TIMER_USE_SPECIAL 0
27 #define CMK_TIMER_USE_TIMES 0
28 #define CMK_TIMER_USE_RDTSC 0
29 #define CMK_TIMER_USE_PPC64 0
31 #define CMK_THREADS_USE_CONTEXT 1
32 #define CMK_THREADS_USE_JCONTEXT 0
33 #define CMK_THREADS_USE_PTHREADS 0
35 #define CMK_TYPEDEF_INT2 short
36 #define CMK_TYPEDEF_INT4 int
37 #define CMK_TYPEDEF_INT8 long long
38 #define CMK_TYPEDEF_UINT2 unsigned short
39 #define CMK_TYPEDEF_UINT4 unsigned int
40 #define CMK_TYPEDEF_UINT8 unsigned long long
41 #define CMK_TYPEDEF_FLOAT4 float
42 #define CMK_TYPEDEF_FLOAT8 double
44 #define CMK_WHEN_PROCESSOR_IDLE_BUSYWAIT 1
45 #define CMK_WHEN_PROCESSOR_IDLE_USLEEP 0
47 #define CMK_WEB_MODE 1
48 #define CMK_DEBUG_MODE 0