Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / strptime
bloba69d583db82c5bd3ed8c6dc264270559c6e31431
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
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 if test $HAVE_STRPTIME = 0; then
21   AC_LIBOBJ([strptime])
22   gl_PREREQ_STRPTIME
24 gl_TIME_MODULE_INDICATOR([strptime])
26 Makefile.am:
28 Include:
29 <time.h>
31 License:
32 LGPLv2+
34 Maintainer:
35 glibc