Continue to use spaces for indentation, not tabs.
[gnulib.git] / modules / time
blob2729ad06eabe7c0a7968528559791a6365b86076
1 Description:
2 time() function: return current time.
4 Files:
5 lib/time.c
6 m4/time.m4
8 Depends-on:
9 time-h
10 gettimeofday    [test $REPLACE_TIME = 1]
12 configure.ac:
13 gl_FUNC_TIME
14 gl_CONDITIONAL([GL_COND_OBJ_TIME], [test $REPLACE_TIME = 1])
15 AM_COND_IF([GL_COND_OBJ_TIME], [
16   gl_PREREQ_TIME
18 gl_TIME_MODULE_INDICATOR([time])
20 Makefile.am:
21 if GL_COND_OBJ_TIME
22 lib_SOURCES += time.c
23 endif
25 Include:
26 <time.h>
28 License:
29 LGPLv2+
31 Maintainer:
32 all