* acconfig.h (GUILE_PTHREAD_COMPAT): New config variable.
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Wed, 29 Mar 2000 01:52:19 +0000 (01:52 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Wed, 29 Mar 2000 01:52:19 +0000 (01:52 +0000)
acconfig.h

index ae54f3f..ce2c4f5 100644 (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