34 lines
487 B
Plaintext
34 lines
487 B
Plaintext
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
|