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