Cleanup #658: Update old references to rsh in code to ssh. Refactoring from rsh to...
[charm.git] / src / arch / multicore-win32 / conv-mach.h
blobc3f81bd8d783785fc40852578b1bda12ee1a7de9
1 #ifndef _CONV_MACH_H
2 #define _CONV_MACH_H
4 #define CMK_MULTICORE 1
5 #define CMK_SMP 1
7 #undef CMK_IMMEDIATE_MSG
8 #define CMK_IMMEDIATE_MSG 0
10 #define CMK_ASYNC_NOT_NEEDED 1
11 #define CMK_ASYNC_USE_FIOASYNC_AND_FIOSETOWN 0
12 #define CMK_ASYNC_USE_FIOASYNC_AND_SIOCSPGRP 0
13 #define CMK_ASYNC_USE_FIOSSAIOSTAT_AND_FIOSSAIOOWN 0
14 #define CMK_ASYNC_USE_F_SETFL_AND_F_SETOWN 0
16 #define CMK_GETPAGESIZE_AVAILABLE 0
18 #define CMK_MALLOC_USE_GNU_MALLOC 0
19 #define CMK_MALLOC_USE_OS_BUILTIN 1
21 #define CMK_MEMORY_PAGESIZE 8192
22 #define CMK_MEMORY_PROTECTABLE 0
24 #define CMK_IS_HETERO 1
27 #define CMK_SSH_IS_A_COMMAND 0
28 #define CMK_SSH_NOT_NEEDED 1
30 #define CMK_SHARED_VARS_UNAVAILABLE 0
31 #define CMK_SHARED_VARS_UNIPROCESSOR 0
32 #define CMK_SHARED_VARS_NT_THREADS 1
34 #define CMK_SIGNAL_NOT_NEEDED 1
35 #define CMK_SIGNAL_USE_SIGACTION 0
36 #define CMK_SIGNAL_USE_SIGACTION_WITH_RESTART 0
38 #define CMK_SYNCHRONIZE_ON_TCP_CLOSE 0
40 #define CMK_THREADS_REQUIRE_NO_CPV 0
41 #define CMK_THREADS_COPY_STACK 0
42 #define CMK_THREADS_ARE_WIN32_FIBERS 1
44 #define CMK_TIMER_USE_GETRUSAGE 0
45 #define CMK_TIMER_USE_SPECIAL 0
46 #define CMK_TIMER_USE_TIMES 0
47 #define CMK_TIMER_USE_WIN32API 1
49 #define CMK_TYPEDEF_INT2 short
50 #define CMK_TYPEDEF_INT4 int
51 #define CMK_TYPEDEF_INT8 __int64
52 #define CMK_TYPEDEF_UINT2 unsigned short
53 #define CMK_TYPEDEF_UINT4 unsigned int
54 #define CMK_TYPEDEF_UINT8 unsigned __int64
56 #define CMK_WHEN_PROCESSOR_IDLE_BUSYWAIT 0
57 #define CMK_WHEN_PROCESSOR_IDLE_USLEEP 0
59 #define CMK_64BIT 0
61 #define CMK_WEB_MODE 0
63 #define CMK_LBDB_ON 1
65 #define CMK_PCQUEUE_LOCK 1
67 #endif