Cleanup #658: Update old references to rsh in code to ssh. Refactoring from rsh to...
[charm.git] / src / arch / net-sol / conv-mach.h
blobc2ecc878c0c929081cab7bb32c341f06dbffa47b
1 #ifndef _CONV_MACH_H
2 #define _CONV_MACH_H
5 #define CMK_ASYNC_NOT_NEEDED 0
6 #define CMK_ASYNC_USE_FIOASYNC_AND_FIOSETOWN 1
7 #define CMK_ASYNC_USE_FIOASYNC_AND_SIOCSPGRP 0
8 #define CMK_ASYNC_USE_FIOSSAIOSTAT_AND_FIOSSAIOOWN 0
9 #define CMK_ASYNC_USE_F_SETFL_AND_F_SETOWN 0
11 #define CMK_GETPAGESIZE_AVAILABLE 0
13 #define CMK_MALLOC_USE_GNU_MALLOC 0
14 #define CMK_MALLOC_USE_OS_BUILTIN 1
16 #define CMK_MEMORY_PAGESIZE 8192
17 #define CMK_MEMORY_PROTECTABLE 1
19 #define CMK_IS_HETERO 0
22 #define CMK_SSH_IS_A_COMMAND 1
23 #define CMK_SSH_NOT_NEEDED 0
25 #define CMK_SHARED_VARS_UNAVAILABLE 1
26 #define CMK_SHARED_VARS_UNIPROCESSOR 0
27 #define CMK_FAKE_SCHED_YIELD 1
29 #define CMK_THREADS_ARE_WIN32_FIBERS 0
30 #define CMK_THREADS_USE_PTHREADS 0
31 #define CMK_THREADS_USE_CONTEXT 0
32 #define CMK_CONTEXT_STACKEND 1
34 #define CMK_SIGNAL_NOT_NEEDED 0
35 #define CMK_SIGNAL_USE_SIGACTION 0
36 #define CMK_SIGNAL_USE_SIGACTION_WITH_RESTART 1
39 #define CMK_SYNCHRONIZE_ON_TCP_CLOSE 0
41 #define CMK_THREADS_REQUIRE_NO_CPV 0
43 #ifndef CMK_THREADS_COPY_STACK
44 #define CMK_THREADS_COPY_STACK 0
45 #endif
47 #define CMK_TIMER_USE_GETRUSAGE 0
48 #define CMK_TIMER_USE_SPECIAL 0
49 #define CMK_TIMER_USE_TIMES 1
51 #define CMK_TYPEDEF_INT2 short
52 #define CMK_TYPEDEF_INT4 int
53 #define CMK_TYPEDEF_INT8 long long
54 #define CMK_TYPEDEF_UINT2 unsigned short
55 #define CMK_TYPEDEF_UINT4 unsigned int
56 #define CMK_TYPEDEF_UINT8 unsigned long long
59 #define CMK_NETPOLL 1
61 #define CMK_WHEN_PROCESSOR_IDLE_BUSYWAIT 0
62 #define CMK_WHEN_PROCESSOR_IDLE_USLEEP 1
65 #define CMK_DEBUG_MODE 0
66 #define CMK_WEB_MODE 1
69 #define CMK_LBDB_ON 1
74 #endif