config.h 154 B

12345678
  1. #ifndef ERROR_HISTORY_LEN
  2. # define ERROR_HISTORY_LEN 45
  3. #endif //ERROR_HISTORY_LEN
  4. #ifndef INDENT_LEVEL
  5. # define INDENT_LEVEL 4
  6. #endif //INDENT_LEVEL