diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-02-25 14:01:05 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-02-25 14:01:05 (GMT) |
commit | 83a0efd303790e33110625af49d7713ea0bc4c5c (patch) | |
tree | 02586b9492b49c2025da43fd568f7c0973e686f7 /pyconfig.h.in | |
parent | c9c9bc02a86b7fa582e95c3c0eb80e1ba3c05412 (diff) | |
download | cpython-83a0efd303790e33110625af49d7713ea0bc4c5c.zip cpython-83a0efd303790e33110625af49d7713ea0bc4c5c.tar.gz cpython-83a0efd303790e33110625af49d7713ea0bc4c5c.tar.bz2 |
run autoconf
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index f86621b..833f79e 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -1152,6 +1152,9 @@ /* This must be defined on some systems to enable large file support. */ #undef _LARGEFILE_SOURCE +/* This must be defined on AIX systems to enable large file support. */ +#undef _LARGE_FILES + /* Define to 1 if on MINIX. */ #undef _MINIX |