Cleanup #658: Update old references to rsh in code to ssh. Refactoring from rsh to...
[charm.git] / src / arch / net-cygwin / conv-mach.h
bloba4961691d9051d02696ce7a39c67174d1767f087
1 #ifndef _CONV_MACH_H
2 #define _CONV_MACH_H
5 #define CMK_ASYNC_NOT_NEEDED 1
6 #define CMK_ASYNC_USE_FIOASYNC_AND_FIOSETOWN 0
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
15 #define CMK_MALLOC_USE_GNUOLD_MALLOC 0
17 #define CMK_MEMORY_PAGESIZE 4096
18 #define CMK_MEMORY_PROTECTABLE 0
21 #define CMK_SSH_IS_A_COMMAND 1
22 #define CMK_SSH_KILL 1
23 #define CMK_SSH_NOT_NEEDED 0
25 #define CMK_CONV_HOST_CSH_UNAVAILABLE 1
27 #define CMK_SHARED_VARS_UNAVAILABLE 1
28 #define CMK_SHARED_VARS_UNIPROCESSOR 0
29 #define CMK_SHARED_VARS_NT_THREADS 0
31 #define CMK_SIGNAL_NOT_NEEDED 0
32 #define CMK_SIGNAL_USE_SIGACTION 0
33 #define CMK_SIGNAL_USE_SIGACTION_WITH_RESTART 1
35 #define CMK_THREADS_REQUIRE_NO_CPV 0
36 #define CMK_THREADS_COPY_STACK 0
37 #define CMK_THREADS_ARE_WIN32_FIBERS 0
38 #define CMK_THREADS_USE_CONTEXT 0
39 #define CMK_THREADS_USE_JCONTEXT 1
41 #define CMK_TIMER_USE_GETRUSAGE 0
42 #define CMK_TIMER_USE_SPECIAL 0
43 #define CMK_TIMER_USE_TIMES 0
44 #define CMK_TIMER_USE_WIN32API 1
46 #define CMK_TYPEDEF_INT2 short
47 #define CMK_TYPEDEF_INT4 int
48 #define CMK_TYPEDEF_INT8 long long
49 #define CMK_TYPEDEF_UINT2 unsigned short
50 #define CMK_TYPEDEF_UINT4 unsigned int
51 #define CMK_TYPEDEF_UINT8 unsigned long long
53 #define CMK_WHEN_PROCESSOR_IDLE_BUSYWAIT 0
54 #define CMK_WHEN_PROCESSOR_IDLE_USLEEP 1
56 #undef CMK_IMMEDIATE_MSG
57 #define CMK_IMMEDIATE_MSG 0
59 #define CMK_DEBUG_MODE 0
60 #define CMK_WEB_MODE 1
62 #define CMK_NETPOLL 1
64 #define CMK_NO_ISO_MALLOC 1
66 #define CMK_LBDB_ON 1
69 #endif