2023-06-15 21:16:48 -04:00
|
|
|
#ifndef BLT_CONFIG_H
|
|
|
|
#define BLT_CONFIG_H
|
|
|
|
|
|
|
|
/* #undef ZLIB_FOUND */
|
2023-07-23 21:54:56 -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-15 21:16:48 -04:00
|
|
|
|
|
|
|
#endif // BLT_CONFIG_H
|