blob: f7e3d7249af1aadcd7838ef00461b567dbc41a89 (
plain)
1
2
3
4
5
6
7
8
9
|
#define BUILD_API_VER 349
#define BUILD_FIX_VER 0
#undef PL_DEBUG_ABORT
#undef PL_HAVE_DBGHELP
#undef PL_HAVE_EXECINFO
#undef PL_HAVE_UNWIND
#define PL_HAVE_PTHREAD 1
#define PTHREAD_HAS_SETCLOCK 1
|