view modules/timegm @ 40205:9e8fb35d4032

relocatable-prog: Revert "Use wrapper-free installation on Mac OS X." * build-aux/install-reloc: Revert change. * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Likewise.
author Bruno Haible <bruno@clisp.org>
date Mon, 04 Mar 2019 17:25:04 +0100
parents 901e19816fac
children
line wrap: on
line source

Description:
Convert calendar time to simple time, inverse of mktime.

Files:
lib/mktime-internal.h
lib/timegm.c
m4/timegm.m4

Depends-on:
time
mktime-internal [test $HAVE_TIMEGM = 0 || test $REPLACE_TIMEGM = 1]
time_r          [test $HAVE_TIMEGM = 0 || test $REPLACE_TIMEGM = 1]

configure.ac:
gl_FUNC_TIMEGM
if test $HAVE_TIMEGM = 0 || test $REPLACE_TIMEGM = 1; then
  AC_LIBOBJ([timegm])
  gl_PREREQ_TIMEGM
fi
gl_TIME_MODULE_INDICATOR([timegm])

Makefile.am:

Include:
<time.h>

License:
LGPLv2+

Maintainer:
all, glibc