diff options
author | Guido van Rossum <guido@python.org> | 1998-08-04 17:59:56 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-08-04 17:59:56 (GMT) |
commit | ec95c7bd2bf19a5b5c986a8d7bf34f3862df94a7 (patch) | |
tree | 59dc5dc61efe030b7f3f1d6a77eb8b34eed09676 /config.h.in | |
parent | d8eb2119b5f1e165157b5662ea89763e2a925651 (diff) | |
download | cpython-ec95c7bd2bf19a5b5c986a8d7bf34f3862df94a7.zip cpython-ec95c7bd2bf19a5b5c986a8d7bf34f3862df94a7.tar.gz cpython-ec95c7bd2bf19a5b5c986a8d7bf34f3862df94a7.tar.bz2 |
Changes for BeOS, QNX and long long, by Chris Herborth.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 065d723..9cdb64a 100644 --- a/config.h.in +++ b/config.h.in @@ -102,6 +102,9 @@ /* Define if you have POSIX threads */ #undef _POSIX_THREADS +/* Define if you have BeOS threads */ +#undef BEOS_THREADS + /* Define to force use of thread-safe errno, h_errno, and other functions */ #undef _REENTRANT @@ -400,5 +403,11 @@ /* Define if you have the ieee library (-lieee). */ #undef HAVE_LIBIEEE +/* Define if your compiler supports long long. */ +#undef HAVE_LONG_LONG + +/* The number of bytes in a long long. */ +#undef SIZEOF_LONG_LONG + /* Define if you have the m library (-lm). */ #undef HAVE_LIBM |