1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/timer-time
Bruno Haible 80b225fe1e timer_time: Rename LIB_TIMER_TIME to TIMER_TIME_LIB.
* m4/timer_time.m4: Rename LIB_TIMER_TIME to TIMER_TIME_LIB.
All uses changed.
* NEWS: Mention the change
2023-01-07 18:06:52 +01:00

32 lines
400 B
Plaintext

Description:
Check for timer_settime. Within HAVE_TIMER_SETTIME one can
assume timer_create, timer_delete and timer_gettime are available too.
Files:
m4/timer_time.m4
Depends-on:
extensions
pthread-h
configure.ac:
gl_TIMER_TIME
Makefile.am:
Include:
<time.h>
Link:
$(TIMER_TIME_LIB)
License:
LGPLv2+
Maintainer:
Pádraig Brady, Paul Eggert, Jim Meyering
Local Variables:
coding: utf-8
End: