summaryrefslogtreecommitdiff
path: root/PC/pyconfig.h
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2012-03-14 23:14:35 +0100
committerMatthias Klose <doko@ubuntu.com>2012-03-14 23:14:35 +0100
commit17ae6d77800168e8f28bdd19ba6702e7ace14baa (patch)
tree7faa83a288c5156bb76bbb42ee3becd2d9a03a0d /PC/pyconfig.h
parent5e49102bef69f5029e377ee7a964b481ad09651e (diff)
parente9cef0c690420b622f40ba9c1edcbd946c5d6598 (diff)
downloadcpython-17ae6d77800168e8f28bdd19ba6702e7ace14baa.tar.gz
merge 3.1
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 138d8fa7b2..ba80800857 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