summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-07-30 18:05:21 (GMT)
committerGuido van Rossum <guido@python.org>1996-07-30 18:05:21 (GMT)
commit94d46d52adf4438ada921bb67e8b51903df9b243 (patch)
tree26575dd674ce97ebaded747b47986ed87d1a3f65 /acconfig.h
parent3ff96dd8f77945e0aca3274acfaa4b032eb8c11a (diff)
downloadcpython-94d46d52adf4438ada921bb67e8b51903df9b243.zip
cpython-94d46d52adf4438ada921bb67e8b51903df9b243.tar.gz
cpython-94d46d52adf4438ada921bb67e8b51903df9b243.tar.bz2
Added C_THREADS
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 60d5bfb..c57e882 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 <time.h> doesn't define. */
#undef clock_t