repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
mktime-internal
blob
40313d621563c0d0b031beeaf89424ae50bfe3b9
1
Description:
2
mktime_internal() function: convert broken-down time to linear time.
3
4
Files:
5
lib/mktime-internal.h
6
lib/mktime.c
7
8
Depends-on:
9
c99
10
mktime
11
12
configure.ac:
13
gl_FUNC_MKTIME_INTERNAL
14
if test $WANT_MKTIME_INTERNAL = 1; then
15
AC_LIBOBJ([mktime])
16
gl_PREREQ_MKTIME
17
fi
18
19
Makefile.am:
20
21
Include:
22
"mktime-internal.h"
23
24
License:
25
LGPLv2+
26
27
Maintainer:
28
Paul Eggert