error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
[gnulib.git] / modules / getdate
1 Description:
2 Convert a date/time string to linear time.
3
4 Files:
5 lib/getdate.h
6 lib/getdate.y
7 m4/bison.m4
8 m4/tm_gmtoff.m4
9 m4/getdate.m4
10
11 Depends-on:
12 timespec
13 stdbool
14 gettime
15 mktime
16 alloca
17
18 configure.ac:
19 gl_GETDATE
20
21 Makefile.am:
22 lib_SOURCES += getdate.h getdate.y
23 BUILT_SOURCES += getdate.c
24 MAINTAINERCLEANFILES += getdate.c
25
26 Include:
27 "getdate.h"
28
29 License:
30 GPL
31
32 Maintainer:
33 Paul Eggert
34