Files
libspinscale/include/config.h.in
T

15 lines
393 B
C
Raw Normal View History

2025-12-28 03:54:22 -04:00
#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
2026-05-17 16:52:04 -04:00
/* Debug coroutine-type logging configuration */
#cmakedefine CONFIG_LIBSSCL_DEBUG_CO
2025-12-28 03:54:22 -04:00
#endif /* _CONFIG_H */