log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / mktime
blob17ed3cd78178f2abca10e8a84840380886b2e61e
1 Description:
2 mktime() function: convert broken-down time to linear time.
4 Files:
5 lib/mktime-internal.h
6 lib/mktime.c
7 m4/mktime.m4
9 Depends-on:
10 time
11 multiarch
12 intprops        [test $REPLACE_MKTIME = 1]
13 libc-config     [test $REPLACE_MKTIME = 1]
14 stdbool         [test $REPLACE_MKTIME = 1]
15 time_r          [test $REPLACE_MKTIME = 1]
16 verify          [test $REPLACE_MKTIME = 1]
18 configure.ac:
19 gl_FUNC_MKTIME
20 if test $REPLACE_MKTIME = 1; then
21   AC_LIBOBJ([mktime])
22   gl_PREREQ_MKTIME
24 gl_TIME_MODULE_INDICATOR([mktime])
26 Makefile.am:
28 Include:
29 <time.h>
31 License:
32 LGPLv2+
34 Maintainer:
35 Paul Eggert, Jim Meyering, glibc