mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* lib/time.in.h (localtime): Declare also if requested by module 'localtime'. * lib/localtime.c: New file. * m4/localtime.m4: New file. * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_LOCALTIME. * modules/time (Makefile.am): Substitute GNULIB_LOCALTIME. * modules/localtime: New file. * doc/posix-functions/localtime.texi: Mention the new module.
28 lines
337 B
Plaintext
28 lines
337 B
Plaintext
Description:
|
|
localtime() function: convert time to broken-down local time.
|
|
|
|
Files:
|
|
lib/localtime.c
|
|
m4/localtime.m4
|
|
|
|
Depends-on:
|
|
time
|
|
|
|
configure.ac:
|
|
gl_FUNC_LOCALTIME
|
|
if test $REPLACE_LOCALTIME = 1; then
|
|
AC_LIBOBJ([localtime])
|
|
fi
|
|
gl_TIME_MODULE_INDICATOR([localtime])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<time.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|