You've already forked M5Stack_Linux_Libs
mirror of
https://github.com/m5stack/M5Stack_Linux_Libs.git
synced 2026-05-20 11:01:38 -07:00
11 lines
186 B
C
11 lines
186 B
C
#ifndef COMMON_CONFIG_H
|
|
#define COMMON_CONFIG_H
|
|
|
|
#define MONGOC_ENABLE_DEBUG_ASSERTIONS 0
|
|
|
|
#if MONGOC_ENABLE_DEBUG_ASSERTIONS != 1
|
|
# undef MONGOC_ENABLE_DEBUG_ASSERTIONS
|
|
#endif
|
|
|
|
#endif
|