diff options
author | 2012-03-14 23:10:15 +0100 | |
---|---|---|
committer | 2012-03-14 23:10:15 +0100 | |
commit | 0f4c16e29cd7925bd99cb68dba5595eed6e19b62 (patch) | |
tree | 12310d0cbeab9c3567866901d536d459da8cdf51 /pyconfig.h.in | |
parent | update copyright year (diff) | |
download | cpython-0f4c16e29cd7925bd99cb68dba5595eed6e19b62.tar.gz cpython-0f4c16e29cd7925bd99cb68dba5595eed6e19b62.tar.bz2 cpython-0f4c16e29cd7925bd99cb68dba5595eed6e19b62.zip |
- rename configure.in to configure.ac
- change references from configure.in to configure.ac
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 45678235efc..1c1968b0d97 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -1,4 +1,4 @@ -/* pyconfig.h.in. Generated from configure.in by autoheader. */ +/* pyconfig.h.in. Generated from configure.ac by autoheader. */ #ifndef Py_PYCONFIG_H @@ -1102,6 +1102,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 |