Large files have been fully supported by Emscripten for a long time.
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 :
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