maint: fts.c: remove __opendir2's now-unused parameter, oflag
[gnulib.git] / modules / frexpl-nolibm
1 Description:
2 frexpl() function: split a 'long double' into its constituents, without
3 requiring libm.
4
5 Files:
6 lib/frexpl.c
7 lib/frexp.c
8 m4/frexpl.m4
9
10 Depends-on:
11 math
12 isnanl-nolibm   [test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl_no_libm = no]
13 fpucw           [test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl_no_libm = no]
14
15 configure.ac:
16 gl_FUNC_FREXPL_NO_LIBM
17 if test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl_no_libm = no; then
18   AC_LIBOBJ([frexpl])
19 fi
20 gl_MATH_MODULE_INDICATOR([frexpl])
21
22 Makefile.am:
23
24 Include:
25 <math.h>
26
27 License:
28 LGPL
29
30 Maintainer:
31 Bruno Haible, Paolo Bonzini
32