Mercurial > hg > octave-kai > gnulib-hg
view modules/gettimeofday @ 16029:4d5243b3434e
renameat: Optimize code size.
* modules/renameat (configure.ac): Don't compile at-func2.c if
REPLACE_RENAMEAT is 1.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 04 Nov 2011 18:13:22 +0100 |
parents | 599acc01166d |
children |
line wrap: on
line source
Description: gettimeofday() function: return current time. Files: lib/gettimeofday.c m4/gettimeofday.m4 Depends-on: sys_time configure.ac: gl_FUNC_GETTIMEOFDAY if test $HAVE_GETTIMEOFDAY = 0 || test $REPLACE_GETTIMEOFDAY = 1; then AC_LIBOBJ([gettimeofday]) gl_PREREQ_GETTIMEOFDAY fi gl_SYS_TIME_MODULE_INDICATOR([gettimeofday]) Makefile.am: Include: <sys/time.h> License: LGPLv2+ Maintainer: Paul Eggert, Jim Meyering