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
/
tzset
blob
5423f3afe6c6dfbce64c19f86078d0f02aabba36
1
Description:
2
tzset() function: initialize time conversion information.
3
4
Files:
5
lib/tzset.c
6
m4/tzset.m4
7
8
Depends-on:
9
time
10
11
configure.ac:
12
gl_FUNC_TZSET
13
if test $REPLACE_TZSET = 1; then
14
AC_LIBOBJ([tzset])
15
fi
16
gl_TIME_MODULE_INDICATOR([tzset])
17
18
Makefile.am:
19
20
Include:
21
<time.h>
22
23
License:
24
LGPL
25
26
Maintainer:
27
Jim Meyering
28