1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-01 01:40:21 +02:00

* acconfig.h (GUILE_PTHREAD_COMPAT): New config variable.

This commit is contained in:
Mikael Djurfeldt 2000-03-29 01:52:19 +00:00
parent dd039d6dc6
commit 25f457c0e2

View file

@ -89,6 +89,9 @@
/* Define to implement scm_internal_select */
#undef GUILE_ISELECT
/* Define to enable workaround for COOP-linuxthreads compatibility */
#undef GUILE_PTHREAD_COMPAT
/* Define if using cooperative multithreading. */
#undef USE_COOP_THREADS