summaryrefslogtreecommitdiff
path: root/modules/time_r
blob: 7d5fddd1f22505a7f8867ef8a2306f1d1f965571 (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
30
31
32
33
Description:
Reentrant time functions: localtime_r, gmtime_r.

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

Depends-on:
extensions
time-h

configure.ac:
gl_TIME_R
gl_CONDITIONAL([GL_COND_OBJ_TIME_R],
               [test $HAVE_LOCALTIME_R = 0 || test $REPLACE_LOCALTIME_R = 1])
AM_COND_IF([GL_COND_OBJ_TIME_R], [
  gl_PREREQ_TIME_R
])
gl_TIME_MODULE_INDICATOR([time_r])

Makefile.am:
if GL_COND_OBJ_TIME_R
lib_SOURCES += time_r.c
endif

Include:
<time.h>

License:
LGPLv2+

Maintainer:
Paul Eggert