summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2023-11-29 20:39:25 +0100
committerBenBE <BenBE@geshi.org>2023-12-26 15:14:19 +0100
commita98fc47ffe67e88b1a83f94382795b8787a9bfe8 (patch)
tree93f0a50e06250708cb02f6c68db6db263c7e1ed2 /configure.ac
parent5c7cb91d187191d63acae06e8e724cab7ad252b6 (diff)
Check for large file support and some types we use
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 8 insertions, 0 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy