30 lines
374 B
Plaintext
30 lines
374 B
Plaintext
Description:
|
|
tzset() function: initialize time conversion information.
|
|
|
|
Files:
|
|
lib/tzset.c
|
|
m4/tzset.m4
|
|
|
|
Depends-on:
|
|
time-h
|
|
|
|
configure.ac:
|
|
gl_FUNC_TZSET
|
|
gl_CONDITIONAL([GL_COND_OBJ_TZSET], [test $REPLACE_TZSET = 1])
|
|
gl_TIME_MODULE_INDICATOR([tzset])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_TZSET
|
|
lib_SOURCES += tzset.c
|
|
endif
|
|
|
|
Include:
|
|
<time.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|
|
|