repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
timer-time
blob
7f496d78d79e57a5e4885732ccd53659552d1255
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
pthread-h
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
28
29
Local Variables:
30
coding: utf-8
31
End: