1Description:
2Convert a string representation of time to a tm structure.
3
4Files:
5lib/strptime.c
6m4/strptime.m4
7m4/tm_gmtoff.m4
8
9Depends-on:
10time
11extensions
12sys_time        [test $HAVE_STRPTIME = 0]
13string          [test $HAVE_STRPTIME = 0]
14strcase         [test $HAVE_STRPTIME = 0]
15stdbool         [test $HAVE_STRPTIME = 0]
16time_r          [test $HAVE_STRPTIME = 0]
17
18configure.ac:
19gl_FUNC_STRPTIME
20if test $HAVE_STRPTIME = 0; then
21  AC_LIBOBJ([strptime])
22  gl_PREREQ_STRPTIME
23fi
24gl_TIME_MODULE_INDICATOR([strptime])
25
26Makefile.am:
27
28Include:
29<time.h>
30
31License:
32LGPLv2+
33
34Maintainer:
35glibc
36