diff options
author | Matthias Klose <doko@ubuntu.com> | 2012-03-14 22:17:31 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2012-03-14 22:17:31 (GMT) |
commit | 5ce31cc4fc9737ae9ddfe34c7c91297ffe74844a (patch) | |
tree | 7c773aa4c9047b142c45c05f43b75a9154b506a7 /PC | |
parent | e7c8fdee18494238cc93eb895001398ceb7d12fb (diff) | |
parent | d83be23689c50f81d2df040cd047e9100e004c3f (diff) | |
download | cpython-5ce31cc4fc9737ae9ddfe34c7c91297ffe74844a.zip cpython-5ce31cc4fc9737ae9ddfe34c7c91297ffe74844a.tar.gz cpython-5ce31cc4fc9737ae9ddfe34c7c91297ffe74844a.tar.bz2 |
merge 3.2
Diffstat (limited to 'PC')
-rw-r--r-- | PC/pyconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h index 347f1cc..3b71b47 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -340,7 +340,7 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */ # define SIZEOF_FPOS_T 8 # define SIZEOF_HKEY 8 # define SIZEOF_SIZE_T 8 -/* configure.in defines HAVE_LARGEFILE_SUPPORT iff HAVE_LONG_LONG, +/* configure.ac defines HAVE_LARGEFILE_SUPPORT iff HAVE_LONG_LONG, sizeof(off_t) > sizeof(long), and sizeof(PY_LONG_LONG) >= sizeof(off_t). On Win64 the second condition is not true, but if fpos_t replaces off_t then this is true. The uses of HAVE_LARGEFILE_SUPPORT imply that Win64 |