|
| 1 | + |
| 2 | +#ifndef _CONV_MACH_H |
| 3 | +#define _CONV_MACH_H |
| 4 | + |
| 5 | +#define CMK_USE_IBVERBS 1 |
| 6 | +#define CMK_NETPOLL 1 |
| 7 | + |
| 8 | +#define CMK_ARM 1 |
| 9 | + |
| 10 | +#define CMK_ASYNC_NOT_NEEDED 0 |
| 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 1 |
| 15 | + |
| 16 | +#define CMK_DLL_CC "g++ -shared -O3 -o " |
| 17 | + |
| 18 | +#define CMK_GETPAGESIZE_AVAILABLE 1 |
| 19 | + |
| 20 | +#define CMK_MALLOC_USE_GNU_MALLOC 0 |
| 21 | +#define CMK_MALLOC_USE_OS_BUILTIN 1 |
| 22 | + |
| 23 | +#define CMK_MEMORY_PAGESIZE 4096 |
| 24 | +#define CMK_MEMORY_PROTECTABLE 0 |
| 25 | + |
| 26 | + |
| 27 | +#define CMK_SSH_IS_A_COMMAND 1 |
| 28 | +#define CMK_SSH_NOT_NEEDED 0 |
| 29 | + |
| 30 | +#define CMK_SHARED_VARS_UNAVAILABLE 1 |
| 31 | + |
| 32 | +#define CMK_THREADS_USE_CONTEXT 0 |
| 33 | +#define CMK_THREADS_USE_FCONTEXT 1 |
| 34 | +#define CMK_THREADS_USE_PTHREADS 0 |
| 35 | +#define CMK_THREADS_ARE_WIN32_FIBERS 0 |
| 36 | + |
| 37 | +#define CMK_SIGNAL_NOT_NEEDED 0 |
| 38 | +#define CMK_SIGNAL_USE_SIGACTION 0 |
| 39 | +#define CMK_SIGNAL_USE_SIGACTION_WITH_RESTART 1 |
| 40 | + |
| 41 | +#define CMK_THREADS_REQUIRE_NO_CPV 0 |
| 42 | +#define CMK_THREADS_COPY_STACK 0 |
| 43 | + |
| 44 | +#define CMK_TIMER_USE_RDTSC 0 |
| 45 | +#define CMK_TIMER_USE_GETRUSAGE 1 |
| 46 | +#define CMK_TIMER_USE_SPECIAL 0 |
| 47 | +#define CMK_TIMER_USE_TIMES 0 |
| 48 | + |
| 49 | + |
| 50 | +#define CMK_64BIT 1 |
| 51 | + |
| 52 | +#define CMK_WHEN_PROCESSOR_IDLE_BUSYWAIT 0 |
| 53 | +#define CMK_WHEN_PROCESSOR_IDLE_USLEEP 1 |
| 54 | + |
| 55 | + |
| 56 | +#define CMK_DEBUG_MODE 0 |
| 57 | +#define CMK_WEB_MODE 1 |
| 58 | + |
| 59 | +#define CMK_LBDB_ON 1 |
| 60 | + |
| 61 | +/* |
| 62 | +#undef CMK_IMMEDIATE_MSG |
| 63 | +#define CMK_IMMEDIATE_MSG 0 |
| 64 | +*/ |
| 65 | + |
| 66 | +#undef CMK_DISABLE_SYNC |
| 67 | +#define CMK_DISABLE_SYNC 1 |
| 68 | + |
| 69 | +#undef CMK_IBVERBS_FAST_START |
| 70 | +#define CMK_IBVERBS_FAST_START 0 |
| 71 | + |
| 72 | +#endif |
0 commit comments