summaryrefslogtreecommitdiff
path: root/modules/time_r
blob: c235e08bb2ff507e5a217abc64b3adb26444175d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description:
Reentrant time functions: localtime_r, gmtime_r.

Files:
lib/time_r.c
m4/time_r.m4

Depends-on:
extensions
time

configure.ac:
gl_TIME_R
if test $HAVE_LOCALTIME_R = 0 || test $REPLACE_LOCALTIME_R = 1; then
  AC_LIBOBJ([time_r])
  gl_PREREQ_TIME_R
fi
gl_TIME_MODULE_INDICATOR([time_r])

Makefile.am:

Include:
<time.h>

License:
LGPLv2+

Maintainer:
Paul Eggert