1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-17 16:43:24 +00:00

_FILE_OFFSET_BITS,_LARGE_FILES for direct largefile support

This commit is contained in:
Gerhard Rieger 2023-11-12 18:40:47 +01:00
parent 343256752a
commit de1ed21026
4 changed files with 20 additions and 0 deletions

View file

@ -30,6 +30,8 @@ if test -z "$CFLAGS"; then
export CFLAGS=-O
fi
AC_SYS_LARGEFILE
dnl Checks for programs.
AC_PROG_INSTALL(install)
AC_PROG_CC