mirror of https://github.com/python/cpython
run autoconf
This commit is contained in:
parent
c9c9bc02a8
commit
83a0efd303
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue