blob: 7594043e6d9dcc0fa8b47ef3145ff7acee1301c1 (
plain)
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
30
31
32
33
34
35
36
|
Description:
mktime() function: convert broken-down time to linear time.
Files:
lib/mktime-internal.h
lib/mktime.c
m4/mktime.m4
Depends-on:
time
c99
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
|