From a98fc47ffe67e88b1a83f94382795b8787a9bfe8 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Wed, 29 Nov 2023 20:39:25 +0100 Subject: Check for large file support and some types we use --- configure.ac | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a1d8152d..593b450e 100644 --- a/configure.ac +++ b/configure.ac @@ -60,6 +60,9 @@ esac # Enable extensions, required by hwloc scripts AC_USE_SYSTEM_EXTENSIONS +# Activate some more of the missing global defines +AC_SYS_LARGEFILE + # ---------------------------------------------------------------------- @@ -168,7 +171,12 @@ fi # Checks for typedefs, structures, and compiler characteristics. # ---------------------------------------------------------------------- +AC_TYPE_MBSTATE_T +AC_TYPE_MODE_T +AC_TYPE_OFF_T AC_TYPE_PID_T +AC_TYPE_SIZE_T +AC_TYPE_SSIZE_T AC_TYPE_UID_T AC_TYPE_UINT8_T AC_TYPE_UINT16_T -- cgit v1.2.3