/* FLTK feature test: do we have PTHREAD_MUTEX_RECURSIVE ? */ #include int main() { return PTHREAD_MUTEX_RECURSIVE; }