8 lines
118 B
C
8 lines
118 B
C
|
#ifndef BLT_CONFIG_H
|
||
|
#define BLT_CONFIG_H
|
||
|
|
||
|
/* #undef ZLIB_FOUND */
|
||
|
#define BLT_ENABLE_LOGGING
|
||
|
|
||
|
#endif // BLT_CONFIG_H
|