Go to the documentation of this file. 1 #ifndef HEATSHRINK_CONFIG_H 2 #define HEATSHRINK_CONFIG_H 5 #define HEATSHRINK_DYNAMIC_ALLOC 1 7 #if HEATSHRINK_DYNAMIC_ALLOC 9 #define HEATSHRINK_MALLOC(SZ) malloc(SZ) 10 #define HEATSHRINK_FREE(P, SZ) free(P) 13 #define HEATSHRINK_STATIC_INPUT_BUFFER_SIZE 32 14 #define HEATSHRINK_STATIC_WINDOW_BITS 8 15 #define HEATSHRINK_STATIC_LOOKAHEAD_BITS 4 19 #define HEATSHRINK_DEBUGGING_LOGS 0 22 #define HEATSHRINK_USE_INDEX 1