verify: new macro 'assume'
[gnulib.git] / modules / gettimeofday
1 Description:
2 gettimeofday() function: return current time.
3
4 Files:
5 lib/gettimeofday.c
6 m4/gettimeofday.m4
7
8 Depends-on:
9 sys_time
10
11 configure.ac:
12 gl_FUNC_GETTIMEOFDAY
13 if test $HAVE_GETTIMEOFDAY = 0 || test $REPLACE_GETTIMEOFDAY = 1; then
14   AC_LIBOBJ([gettimeofday])
15   gl_PREREQ_GETTIMEOFDAY
16 fi
17 gl_SYS_TIME_MODULE_INDICATOR([gettimeofday])
18
19 Makefile.am:
20
21 Include:
22 <sys/time.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Paul Eggert, Jim Meyering