From: Sergey Poznyakoff Date: Sat, 4 Oct 2003 18:10:08 +0000 (+0000) Subject: Check for dev_t and ino_t. X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=86f7407ffe3ceca7743e05356cca3340e8a60c81 Check for dev_t and ino_t. --- 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