mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-127146: Enable large files on Emscripten (#135635)
Large files have been fully supported by Emscripten for a long time.
This commit is contained in:
parent
504ae606e1
commit
01c80b2650
2 changed files with 0 additions and 11 deletions
7
configure
generated
vendored
7
configure
generated
vendored
|
@ -12979,13 +12979,6 @@ if test "$ac_cv_sizeof_off_t" -gt "$ac_cv_sizeof_long" -a \
|
|||
else
|
||||
have_largefile_support="no"
|
||||
fi
|
||||
case $ac_sys_system in #(
|
||||
Emscripten) :
|
||||
have_largefile_support="no"
|
||||
;; #(
|
||||
*) :
|
||||
;;
|
||||
esac
|
||||
if test "x$have_largefile_support" = xyes
|
||||
then :
|
||||
|
||||
|
|
|
@ -3172,10 +3172,6 @@ if test "$ac_cv_sizeof_off_t" -gt "$ac_cv_sizeof_long" -a \
|
|||
else
|
||||
have_largefile_support="no"
|
||||
fi
|
||||
dnl LFS does not work with Emscripten 3.1
|
||||
AS_CASE([$ac_sys_system],
|
||||
[Emscripten], [have_largefile_support="no"]
|
||||
)
|
||||
AS_VAR_IF([have_largefile_support], [yes], [
|
||||
AC_DEFINE([HAVE_LARGEFILE_SUPPORT], [1],
|
||||
[Defined to enable large file support when an off_t is bigger than a long
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue