view modules/mktime @ 40242:e84036edb2ff

bitset, timevar: Depend on c99 Reported by Bruno Haible. * modules/bitset, modules/timevar (Depends-on): Add c99.
author Akim Demaille <akim.demaille@gmail.com>
date Sun, 17 Mar 2019 08:34:22 +0100
parents 3bf09b529272
children
line wrap: on
line source

Description:
mktime() function: convert broken-down time to linear time.

Files:
lib/mktime-internal.h
lib/mktime.c
m4/mktime.m4

Depends-on:
time
multiarch
intprops        [test $REPLACE_MKTIME = 1]
libc-config     [test $REPLACE_MKTIME = 1]
stdbool         [test $REPLACE_MKTIME = 1]
time_r          [test $REPLACE_MKTIME = 1]
verify          [test $REPLACE_MKTIME = 1]

configure.ac:
gl_FUNC_MKTIME
if test $REPLACE_MKTIME = 1; then
  AC_LIBOBJ([mktime])
  gl_PREREQ_MKTIME
fi
gl_TIME_MODULE_INDICATOR([mktime])

Makefile.am:

Include:
<time.h>

License:
LGPLv2+

Maintainer:
Paul Eggert, Jim Meyering, glibc