summaryrefslogtreecommitdiff
path: root/modules/localtime
blob: 788077532878cafdd8e1f764910ed2f09ab067fe (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
Description:
localtime() function: convert time to broken-down local time.

Files:
lib/localtime.c
m4/localtime.m4

Depends-on:
time-h

configure.ac:
gl_FUNC_LOCALTIME
gl_CONDITIONAL([GL_COND_OBJ_LOCALTIME], [test $REPLACE_LOCALTIME = 1])
gl_TIME_MODULE_INDICATOR([localtime])

Makefile.am:
if GL_COND_OBJ_LOCALTIME
lib_SOURCES += localtime.c
endif

Include:
<time.h>

License:
LGPLv2+

Maintainer:
all