verify: new macro 'assume'
[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 if test $HAVE_STRPTIME = 0; then
21   AC_LIBOBJ([strptime])
22   gl_PREREQ_STRPTIME
23 fi
24 gl_TIME_MODULE_INDICATOR([strptime])
25
26 Makefile.am:
27
28 Include:
29 <time.h>
30
31 License:
32 LGPLv2+
33
34 Maintainer:
35 glibc