unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / timer-time
blob11ac61ce4a8d2e2a200e860cfcd1f4ed4d8e3fbf
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.
5 Files:
6 m4/timer_time.m4
8 Depends-on:
9 extensions
10 pthread-h
12 configure.ac:
13 gl_TIMER_TIME
15 Makefile.am:
17 Include:
18 <time.h>
20 Link:
21 $(TIMER_TIME_LIB)
23 License:
24 LGPLv2+
26 Maintainer:
27 Pádraig Brady, Paul Eggert, Jim Meyering
29 Local Variables:
30 coding: utf-8
31 End: