mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 11:16:02 +00:00
* lib/inttypes.in.h (imaxabs): Consider REPLACE_IMAXABS. Disable _GL_CXXALIASWARN invocation on non-glibc systems. (imaxdiv): Consider REPLACE_IMAXDIV. Disable _GL_CXXALIASWARN invocation on non-glibc systems. * m4/inttypes.m4 (gl_INTTYPES_H_DEFAULTS): Initialize HAVE_IMAXABS, HAVE_IMAXDIV, REPLACE_IMAXABS, REPLACE_IMAXDIV. * modules/inttypes-incomplete (Makefile.am): Substitute REPLACE_IMAXABS, REPLACE_IMAXDIV. * m4/imaxabs.m4 (gl_FUNC_IMAXABS): Conditionally set HAVE_IMAXABS, REPLACE_IMAXABS. * modules/imaxabs (configure.ac): Consider HAVE_IMAXABS, REPLACE_IMAXABS. * m4/imaxdiv.m4 (gl_FUNC_IMAXDIV): Conditionally set HAVE_IMAXDIV, REPLACE_IMAXDIV. * modules/imaxdiv (configure.ac): Consider HAVE_IMAXDIV, REPLACE_IMAXDIV.
33 lines
493 B
Plaintext
33 lines
493 B
Plaintext
Description:
|
|
imaxabs() function: absolute value of 'intmax_t'.
|
|
|
|
Files:
|
|
lib/imaxabs.c
|
|
m4/imaxabs.m4
|
|
|
|
Depends-on:
|
|
inttypes-incomplete
|
|
|
|
configure.ac:
|
|
gl_FUNC_IMAXABS
|
|
gl_CONDITIONAL([GL_COND_OBJ_IMAXABS],
|
|
[test $HAVE_IMAXABS = 0 || test $REPLACE_IMAXABS = 1])
|
|
AM_COND_IF([GL_COND_OBJ_IMAXABS], [
|
|
gl_PREREQ_IMAXABS
|
|
])
|
|
gl_INTTYPES_MODULE_INDICATOR([imaxabs])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_IMAXABS
|
|
lib_SOURCES += imaxabs.c
|
|
endif
|
|
|
|
Include:
|
|
<inttypes.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all
|