Add modules for sys/times.h header and times function.
[gnulib.git] / modules / times
1 Description:
2 times() function: get process times
3
4 Files:
5 lib/times.c
6
7 Depends-on:
8 sys_times
9
10 configure.ac:
11 AC_CHECK_FUNCS_ONCE([times])
12 if test $ac_cv_func_times = no; then
13   AC_LIBOBJ([times])
14 fi
15 gl_SYS_TIMES_MODULE_INDICATOR([times])
16
17 Makefile.am:
18
19 Include:
20 #include <sys/times.h>
21
22 License:
23 LGPLv2+
24
25 Maintainer:
26 Simon Josefsson