mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* m4/time.m4 (gl_FUNC_TIME): Guess that it does not work on native Windows. * modules/time (Depends-on): Add gettimeofday. * doc/posix-functions/time.texi: Mention the bug on Windows.
33 lines
433 B
Plaintext
33 lines
433 B
Plaintext
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
|