Avoid unnecessary compilation units, through conditional dependencies.
[gnulib.git] / modules / strtod
1 Description:
2 strtod() function: convert string to 'double'.
3
4 Files:
5 lib/strtod.c
6 m4/strtod.m4
7 m4/ldexp.m4
8
9 Depends-on:
10 stdlib
11 strtod-obsolete
12 c-ctype         [test $HAVE_STRTOD = 0 || test $REPLACE_STRTOD = 1]
13 stdbool         [test $HAVE_STRTOD = 0 || test $REPLACE_STRTOD = 1]
14
15 configure.ac:
16 gl_FUNC_STRTOD
17 gl_STDLIB_MODULE_INDICATOR([strtod])
18
19 Makefile.am:
20
21 Include:
22 <stdlib.h>
23
24 License:
25 LGPL
26
27 Maintainer:
28 all