Rewritten inttypes module. New modules imaxabs, imaxdiv.
[pspp] / m4 / _inttypes_h.m4
1 # _inttypes_h.m4 serial 5
2 dnl Copyright (C) 2006 Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved.
6
7 dnl From Derek Price.
8
9 AC_DEFUN([gl_INTTYPES_H],
10 [AC_REQUIRE([gl_INCLUDE_NEXT])dnl
11 if test $gl_cv_have_include_next = no; then
12   gl_ABSOLUTE_HEADER([inttypes.h])
13 fi
14 AC_CHECK_DECLS_ONCE([strtoimax])dnl
15 AC_CHECK_DECLS_ONCE([strtoumax])dnl
16 ])