configure: add checks for large file support (LFS)
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>pull/1/head
parent
57d9fcbf81
commit
7720e304fb
|
|
@ -54,6 +54,8 @@ AC_CHECK_HEADERS([ \
|
||||||
# Checks for typedefs, structures, and compiler characteristics.
|
# Checks for typedefs, structures, and compiler characteristics.
|
||||||
#
|
#
|
||||||
AC_C_INLINE
|
AC_C_INLINE
|
||||||
|
AC_SYS_LARGEFILE
|
||||||
|
AC_TYPE_OFF_T
|
||||||
AC_TYPE_PID_T
|
AC_TYPE_PID_T
|
||||||
AC_TYPE_UINT64_T
|
AC_TYPE_UINT64_T
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue