nstrftime: use clearer code for padding
[gnulib.git] / modules / strptime
blob4fe2c5ef693f6f541839db1a2edf3db336a33df8
1 Description:
2 Convert a string representation of time to a tm structure.
4 Files:
5 lib/strptime.c
6 m4/strptime.m4
7 m4/tm_gmtoff.m4
9 Depends-on:
10 time-h
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]
18 configure.ac:
19 gl_FUNC_STRPTIME
20 gl_CONDITIONAL([GL_COND_OBJ_STRPTIME], [test $HAVE_STRPTIME = 0])
21 AM_COND_IF([GL_COND_OBJ_STRPTIME], [
22   gl_PREREQ_STRPTIME
24 gl_TIME_MODULE_INDICATOR([strptime])
26 Makefile.am:
27 if GL_COND_OBJ_STRPTIME
28 lib_SOURCES += strptime.c
29 endif
31 Include:
32 <time.h>
34 License:
35 LGPLv2+
37 Maintainer:
38 glibc