havelib: Fix for Solaris 11 OpenIndiana and Solaris 11 OmniOS.
[gnulib.git] / modules / tzset
blob5423f3afe6c6dfbce64c19f86078d0f02aabba36
1 Description:
2 tzset() function: initialize time conversion information.
4 Files:
5 lib/tzset.c
6 m4/tzset.m4
8 Depends-on:
9 time
11 configure.ac:
12 gl_FUNC_TZSET
13 if test $REPLACE_TZSET = 1; then
14   AC_LIBOBJ([tzset])
16 gl_TIME_MODULE_INDICATOR([tzset])
18 Makefile.am:
20 Include:
21 <time.h>
23 License:
24 LGPL
26 Maintainer:
27 Jim Meyering