Avoid unnecessary compilation units, through conditional dependencies.
[gnulib.git] / modules / strptime
1 Description:
2 Convert a string representation of time to a tm structure.
3
4 Files:
5 lib/strptime.c
6 m4/strptime.m4
7 m4/tm_gmtoff.m4
8
9 Depends-on:
10 time
11 extensions
12 sys_time        [test $HAVE_STRPTIME = 0]
13 string          [test $HAVE_STRPTIME = 0]
14 strcase         [test $HAVE_STRPTIME = 0]
15 stdbool         [test $HAVE_STRPTIME = 0]
16 time_r          [test $HAVE_STRPTIME = 0]
17
18 configure.ac:
19 gl_FUNC_STRPTIME
20 gl_TIME_MODULE_INDICATOR([strptime])
21
22 Makefile.am:
23
24 Include:
25 <time.h>
26
27 License:
28 LGPLv2+
29
30 Maintainer:
31 glibc