summaryrefslogtreecommitdiffstats
path: root/PC/pyconfig.h
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-03-15 18:57:38 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-03-15 18:57:38 (GMT)
commitc7536c4ff5d0ec6924a135004a53b9f0463f3480 (patch)
tree6f360935768e34bea6b9ccbe209f603b5a4d982f /PC/pyconfig.h
parentba98788bc545232a0e1b9458179253cf120176f6 (diff)
parent20b303ed85162c99577375558a6a1b310e00f3fa (diff)
downloadcpython-3.1.5rc2.zip
cpython-3.1.5rc2.tar.gz
cpython-3.1.5rc2.tar.bz2
merge headsv3.1.5rc2
Diffstat (limited to 'PC/pyconfig.h')
-rw-r--r--PC/pyconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index 2444c8a..ed6c84f7 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -344,7 +344,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