view modules/posixtm @ 4434:5340c4c26a0a

* modules/getdate, modules/posixtm: Depend on mktime.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 14 Jul 2003 16:31:05 +0000
parents 3ccc6d0d52bb
children 42b53a22aee5
line wrap: on
line source

Description:
Convert a date/time string (POSIX syntax) to linear time or broken-down time.

Files:
lib/posixtm.h
lib/posixtm.c
m4/posixtm.m4

Depends-on:
mktime
unlocked-io

configure.ac:
gl_POSIXTM

Makefile.am:
lib_SOURCES += posixtm.h posixtm.c

Include:
"posixtm.h"

Maintainer:
Jim Meyering