tcgetsid: fix cygwin header bug
[gnulib.git] / modules / fmod
1 Description:
2 fmod() function: floating-point remainder function.
3
4 Files:
5 lib/fmod.c
6 m4/fmod.m4
7 m4/mathfunc.m4
8
9 Depends-on:
10 math
11 isinf           [test $REPLACE_FMOD = 1]
12 trunc           [test $REPLACE_FMOD = 1]
13 fma             [test $REPLACE_FMOD = 1]
14
15 configure.ac:
16 gl_FUNC_FMOD
17 if test $REPLACE_FMOD = 1; then
18   AC_LIBOBJ([fmod])
19 fi
20 gl_MATH_MODULE_INDICATOR([fmod])
21
22 Makefile.am:
23
24 Include:
25 <math.h>
26
27 Link:
28 $(FMOD_LIBM)
29
30 License:
31 LGPL
32
33 Maintainer:
34 Bruno Haible