verify: new macro 'assume'
[gnulib.git] / modules / timer-time
1 Description:
2 Check for timer_settime.  Within HAVE_TIMER_SETTIME one can
3 assume timer_create, timer_delete and timer_gettime are available too.
4
5 Files:
6 m4/timer_time.m4
7
8 Depends-on:
9 extensions
10 threadlib
11
12 configure.ac:
13 gl_TIMER_TIME
14
15 Makefile.am:
16
17 Include:
18 <time.h>
19
20 Link:
21 $(LIB_TIMER_TIME)
22
23 License:
24 LGPLv2+
25
26 Maintainer:
27 Pádraig Brady, Paul Eggert, Jim Meyering