verify: new macro 'assume'
[gnulib.git] / modules / time_r
1 Description:
2 Reentrant time functions: localtime_r, gmtime_r.
3
4 Files:
5 lib/time_r.c
6 m4/time_r.m4
7
8 Depends-on:
9 extensions
10 time
11
12 configure.ac:
13 gl_TIME_R
14 if test $HAVE_LOCALTIME_R = 0 || test $REPLACE_LOCALTIME_R = 1; then
15   AC_LIBOBJ([time_r])
16   gl_PREREQ_TIME_R
17 fi
18 gl_TIME_MODULE_INDICATOR([time_r])
19
20 Makefile.am:
21
22 Include:
23 <time.h>
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 Paul Eggert