diff options
author | Guido van Rossum <guido@python.org> | 1994-05-09 15:10:49 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-05-09 15:10:49 (GMT) |
commit | c5832ffdba63a2203be70c9412040215a89fbc97 (patch) | |
tree | ea6160ff3337d6ede9c25a8567ff23c77db58fbc /acconfig.h | |
parent | e6ef03260cabcf8ae5972ef40e49b44e2ea82978 (diff) | |
download | cpython-c5832ffdba63a2203be70c9412040215a89fbc97.zip cpython-c5832ffdba63a2203be70c9412040215a89fbc97.tar.gz cpython-c5832ffdba63a2203be70c9412040215a89fbc97.tar.bz2 |
Changes for posix threads
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ (e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */ #undef HAVE_STDARG_PROTOTYPES +/* Define if you have POSIX threads */ +#undef _POSIX_THREADS + /* Define to empty if the keyword does not work. */ #undef signed |