Home | History | Annotate | Download | only in glib

Lines Matching full:intmax_t

324 # intmax_t.m4 serial 1
336 # Define intmax_t to 'long' or 'long long'
341 dnl For simplicity, we assume that a header file defines 'intmax_t' if and
350 AC_DEFINE_UNQUOTED(intmax_t, $ac_type,
354 [Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>.])
358 dnl An alternative would be to explicitly test for 'intmax_t'.
364 AC_CACHE_CHECK(for intmax_t, gt_cv_c_intmax_t,
374 ], [intmax_t x = -1;], gt_cv_c_intmax_t=yes, gt_cv_c_intmax_t=no)])
377 [Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>.])
383 AC_DEFINE_UNQUOTED(intmax_t, $ac_type,