summaryrefslogtreecommitdiff
path: root/modules/timer-time
blob: 7f496d78d79e57a5e4885732ccd53659552d1255 (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
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:
$(LIB_TIMER_TIME)

License:
LGPLv2+

Maintainer:
Pádraig Brady, Paul Eggert, Jim Meyering

Local Variables:
coding: utf-8
End: