2023-06-25 17:36:11 -04:00
|
|
|
#ifndef BLT_CONFIG_H
|
|
|
|
#define BLT_CONFIG_H
|
|
|
|
|
|
|
|
/* #undef ZLIB_FOUND */
|
2023-07-22 20:54:15 -04:00
|
|
|
/* #undef BLT_DISABLE_LOGGING */
|
|
|
|
/* #undef BLT_DISABLE_TRACE */
|
|
|
|
/* #undef BLT_DISABLE_DEBUG */
|
|
|
|
/* #undef BLT_DISABLE_INFO */
|
|
|
|
/* #undef BLT_DISABLE_WARN */
|
|
|
|
/* #undef BLT_DISABLE_ERROR */
|
|
|
|
/* #undef BLT_DISABLE_FATAL */
|
2023-06-25 17:36:11 -04:00
|
|
|
|
|
|
|
#endif // BLT_CONFIG_H
|