summaryrefslogtreecommitdiff
path: root/modules/time
blob: 2729ad06eabe7c0a7968528559791a6365b86076 (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
Description:
time() function: return current time.

Files:
lib/time.c
m4/time.m4

Depends-on:
time-h
gettimeofday    [test $REPLACE_TIME = 1]

configure.ac:
gl_FUNC_TIME
gl_CONDITIONAL([GL_COND_OBJ_TIME], [test $REPLACE_TIME = 1])
AM_COND_IF([GL_COND_OBJ_TIME], [
  gl_PREREQ_TIME
])
gl_TIME_MODULE_INDICATOR([time])

Makefile.am:
if GL_COND_OBJ_TIME
lib_SOURCES += time.c
endif

Include:
<time.h>

License:
LGPLv2+

Maintainer:
all