From 86f7407ffe3ceca7743e05356cca3340e8a60c81 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 4 Oct 2003 18:10:08 +0000 Subject: [PATCH 1/1] Check for dev_t and ino_t. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index ebcb8c9..852d402 100644 --- a/configure.ac +++ b/configure.ac @@ -91,6 +91,9 @@ AC_CHECK_TYPE(major_t, , AC_DEFINE(major_t, int, [Type of major device numbers.])) AC_CHECK_TYPE(minor_t, , AC_DEFINE(minor_t, int, [Type of minor device numbers.])) +AC_CHECK_TYPE(dev_t, unsigned) +AC_CHECK_TYPE(ino_t, unsigned) + gt_TYPE_SSIZE_T jm_AC_TYPE_UINTMAX_T -- 2.44.0