diff options
| author | Benjamin Peterson <benjamin@python.org> | 2011-02-25 14:01:05 +0000 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2011-02-25 14:01:05 +0000 |
| commit | 83a0efd303790e33110625af49d7713ea0bc4c5c (patch) | |
| tree | 02586b9492b49c2025da43fd568f7c0973e686f7 /pyconfig.h.in | |
| parent | c9c9bc02a86b7fa582e95c3c0eb80e1ba3c05412 (diff) | |
| download | cpython-git-83a0efd303790e33110625af49d7713ea0bc4c5c.tar.gz | |
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 f86621b3f8..833f79e05f 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 |
