stdbit: port to theoretical platforms
[gnulib.git] / modules / imaxdiv
blob74f800b64f345d3807f96173ebc09a9f5585338d
1 Description:
2 imaxdiv() function: division of 'intmax_t'.
4 Files:
5 lib/imaxdiv.c
6 m4/imaxdiv.m4
8 Depends-on:
9 inttypes-incomplete
11 configure.ac:
12 gl_FUNC_IMAXDIV
13 gl_CONDITIONAL([GL_COND_OBJ_IMAXDIV],
14                [test $HAVE_IMAXDIV = 0 || test $REPLACE_IMAXDIV = 1])
15 AM_COND_IF([GL_COND_OBJ_IMAXDIV], [
16   gl_PREREQ_IMAXDIV
18 gl_INTTYPES_MODULE_INDICATOR([imaxdiv])
20 Makefile.am:
21 if GL_COND_OBJ_IMAXDIV
22 lib_SOURCES += imaxdiv.c
23 endif
25 Include:
26 <inttypes.h>
28 License:
29 LGPL
31 Maintainer:
32 all