diff options
author | Guido van Rossum <guido@python.org> | 1996-07-30 18:05:21 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-07-30 18:05:21 +0000 |
commit | 94d46d52adf4438ada921bb67e8b51903df9b243 (patch) | |
tree | 26575dd674ce97ebaded747b47986ed87d1a3f65 /acconfig.h | |
parent | 3ff96dd8f77945e0aca3274acfaa4b032eb8c11a (diff) | |
download | cpython-git-94d46d52adf4438ada921bb67e8b51903df9b243.tar.gz |
Added C_THREADS
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <time.h> doesn't define. */ #undef clock_t |