summaryrefslogtreecommitdiff
path: root/modules/tzset
blob: 5423f3afe6c6dfbce64c19f86078d0f02aabba36 (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
Description:
tzset() function: initialize time conversion information.

Files:
lib/tzset.c
m4/tzset.m4

Depends-on:
time

configure.ac:
gl_FUNC_TZSET
if test $REPLACE_TZSET = 1; then
  AC_LIBOBJ([tzset])
fi
gl_TIME_MODULE_INDICATOR([tzset])

Makefile.am:

Include:
<time.h>

License:
LGPL

Maintainer:
Jim Meyering