2023-07-10 20:57:37 -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-07-10 20:57:37 -04:00
|
|
|
|
|
|
|
#endif // BLT_CONFIG_H
|