Home | History | Annotate | Download | only in e2fsprogs

Lines Matching full:intmax_t

727 dnl Test whether the system has the 'intmax_t' type, but don't attempt to
734 AC_CACHE_CHECK(for intmax_t, gt_cv_c_intmax_t,
744 ], [intmax_t x = -1;], gt_cv_c_intmax_t=yes, gt_cv_c_intmax_t=no)])
747 [Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>.])