(rpl_calloc): Defend against buggy calloc implementations
[gnulib.git] / m4 / xstrtoimax.m4
1 #serial 4
2 dnl Cloned from xstrtoumax.m4.  Keep these files in sync.
3
4 AC_DEFUN([gl_XSTRTOIMAX],
5 [
6   dnl Prerequisites of lib/xstrtoimax.c.
7   AC_REQUIRE([gl_AC_TYPE_INTMAX_T])
8   AC_REQUIRE([gl_PREREQ_XSTRTOL])
9 ])