pty: Activate the signature wrapper of forkpty.
[gnulib.git] / modules / trunc
1 Description:
2 trunc() function: round towards zero.
3
4 Files:
5 lib/trunc.c
6 m4/trunc.m4
7
8 Depends-on:
9 math
10 extensions
11 float           [test $HAVE_DECL_TRUNC = 0 || test $REPLACE_TRUNC = 1]
12
13 configure.ac:
14 gl_FUNC_TRUNC
15 if test $HAVE_DECL_TRUNC = 0 || test $REPLACE_TRUNC = 1; then
16   AC_LIBOBJ([trunc])
17 fi
18 gl_MATH_MODULE_INDICATOR([trunc])
19
20 Makefile.am:
21
22 Include:
23 <math.h>
24
25 Link:
26 $(TRUNC_LIBM)
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible
33