pty: Activate the signature wrapper of forkpty.
[gnulib.git] / modules / ilogb
1 Description:
2 ilogb() function: get exponent as integer.
3
4 Files:
5 lib/ilogb.c
6 m4/ilogb.m4
7 m4/mathfunc.m4
8
9 Depends-on:
10 math
11 isfinite        [test $HAVE_ILOGB = 0 || test $REPLACE_ILOGB = 1]
12 frexp           [test $HAVE_ILOGB = 0 || test $REPLACE_ILOGB = 1]
13 isnand          [test $HAVE_ILOGB = 0 || test $REPLACE_ILOGB = 1]
14
15 configure.ac:
16 gl_FUNC_ILOGB
17 if test $HAVE_ILOGB = 0 || test $REPLACE_ILOGB = 1; then
18   AC_LIBOBJ([ilogb])
19 fi
20 gl_MATH_MODULE_INDICATOR([ilogb])
21
22 Makefile.am:
23
24 Include:
25 <math.h>
26
27 Link:
28 $(ILOGB_LIBM)
29
30 License:
31 LGPL
32
33 Maintainer:
34 Bruno Haible