Go to the documentation of this file. 23 #if __cplusplus >= 199711L 27 #if __cplusplus >= 201103L 31 #if __cplusplus >= 201402L 35 #if __cplusplus >= 201703L 45 #define WTHREAD_GNUC0 ( __GNUC__ * 1000 ) + __GNUC_MINOR__ 46 #if WTHREAD_GNUC0 >= 4008 65 #if defined(__APPLE__) && defined(__MACH__) 71 #define rl_PRINTF_LENGTH 4096 72 #define rl_PRINTF_LENGTH_SPREADSHEET 4096 90 #define BIT16 256*256*1 91 #define BIT17 256*256*2 92 #define BIT18 256*256*4 93 #define BIT19 256*256*8 94 #define BIT20 256*256*16 95 #define BIT21 256*256*32 96 #define BIT22 256*256*64 97 #define BIT23 256*256*128 98 #define BIT24 256*256*256*1 99 #define BIT25 256*256*256*2 100 #define BIT26 256*256*256*4 101 #define BIT27 256*256*256*8 102 #define BIT28 256*256*256*16 103 #define BIT29 256*256*256*32 104 #define BIT30 256*256*256*64 105 #define BIT31 256*256*256*128 107 #define RLCRLF "\r\n"