Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / tzset
blob5f036b07a68375ecad2b5c553d17189b6c074023
1 Description:
2 tzset() function: initialize time conversion information.
4 Files:
5 lib/tzset.c
6 m4/tzset.m4
8 Depends-on:
9 time
10 localtime-buffer [test $NEED_LOCALTIME_BUFFER = 1]
12 configure.ac:
13 gl_FUNC_TZSET
14 if test $HAVE_TZSET = 0 || test $REPLACE_TZSET = 1; then
15   AC_LIBOBJ([tzset])
17 gl_TIME_MODULE_INDICATOR([tzset])
19 Makefile.am:
21 Include:
22 <time.h>
24 License:
25 LGPL
27 Maintainer:
28 Jim Meyering