repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
time_r
blob
c235e08bb2ff507e5a217abc64b3adb26444175d
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