Home | History | Annotate | Download | only in m4

Lines Matching full:intmax_t

0 # intmax_t.m4 serial 8
12 # Define intmax_t to 'long' or 'long long'
17 dnl For simplicity, we assume that a header file defines 'intmax_t' if and
26 AC_DEFINE_UNQUOTED([intmax_t], [$ac_type],
30 [Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>.])
34 dnl An alternative would be to explicitly test for 'intmax_t'.
40 AC_CACHE_CHECK([for intmax_t], [gt_cv_c_intmax_t],
53 [[intmax_t x = -1; return !x;]])],
58 [Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>.])
64 AC_DEFINE_UNQUOTED([intmax_t], [$ac_type],