diff options
author | Matthias Klose <doko@ubuntu.com> | 2012-03-14 22:39:33 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2012-03-14 22:39:33 (GMT) |
commit | 3cef2a931c041d0ffd72d701b9bedd0b531bb1a8 (patch) | |
tree | 1c1cd65a68059a8a5a4bfbfb2ac61984e721b5f0 /PC | |
parent | c8ff46032f2290ef848aea9485d376dc156347bd (diff) | |
download | cpython-3cef2a931c041d0ffd72d701b9bedd0b531bb1a8.zip cpython-3cef2a931c041d0ffd72d701b9bedd0b531bb1a8.tar.gz cpython-3cef2a931c041d0ffd72d701b9bedd0b531bb1a8.tar.bz2 |
- rename configure.in to configure.ac
- change references from configure.in to configure.ac
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 1cfc59b..2b16665 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -342,7 +342,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 |