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 29
Description: tzset() function: initialize time conversion information. Files: lib/tzset.c m4/tzset.m4 Depends-on: time 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