From 25f457c0e20b2be5b0f94c282ffb74252b89539d Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Wed, 29 Mar 2000 01:52:19 +0000 Subject: [PATCH] * acconfig.h (GUILE_PTHREAD_COMPAT): New config variable. --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acconfig.h b/acconfig.h index ae54f3f15..ce2c4f513 100644 --- a/acconfig.h +++ b/acconfig.h @@ -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