From: Guido van Rossum Date: Tue, 30 Jul 1996 18:05:21 +0000 (+0000) Subject: Added C_THREADS X-Git-Tag: v1.4b2~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94d46d52adf4438ada921bb67e8b51903df9b243;p=python Added C_THREADS --- diff --git a/acconfig.h b/acconfig.h index 60d5bfb674..c57e882da8 100644 --- a/acconfig.h +++ b/acconfig.h @@ -9,6 +9,9 @@ (as it does on SCI ODT 3.0) */ #undef BAD_STATIC_FORWARD +/* Define if you have the Mach cthreads package */ +#undef C_THREADS + /* Define to `long' if doesn't define. */ #undef clock_t