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