mirror of
https://github.com/latentPrion/libspinscale.git
synced 2026-01-11 20:29:35 +00:00
12 lines
306 B
C
12 lines
306 B
C
|
|
#ifndef _CONFIG_H
|
||
|
|
#define _CONFIG_H
|
||
|
|
|
||
|
|
/* Debug locking configuration */
|
||
|
|
#cmakedefine CONFIG_ENABLE_DEBUG_LOCKS
|
||
|
|
#cmakedefine CONFIG_DEBUG_QUTEX_DEADLOCK_TIMEOUT_MS @DEBUG_QUTEX_DEADLOCK_TIMEOUT_MS@
|
||
|
|
|
||
|
|
/* Debug callable tracing configuration */
|
||
|
|
#cmakedefine CONFIG_DEBUG_TRACE_CALLABLES
|
||
|
|
|
||
|
|
#endif /* _CONFIG_H */
|