cdesktopenv/cde/programs/dtcm
Jon Trulson 9369d1d5b9 dtcm: timeops.c/getdate.y: fix fbsd build errors
Commit e0508b31 introduced build errors on FreeBSD.  This corrects
them.

HAVE_DECL_TIMEZONE should only be used to determine whether or not the
'timezone' variable is defined in a header file or whether it must be
specifically 'extern'ed.

On fbsd, a definition exists, but it is a function in libc and not an
integer timezone value that can be mutliplied or divided.
2021-10-23 21:59:33 -06:00
..
dtcm dtcm: include <iso8601.h> of libcsa to resolve type mismatch 2021-10-12 17:24:26 +09:00
libDtCmP dtcm: timeops.c/getdate.y: fix fbsd build errors 2021-10-23 21:59:33 -06:00
server dtcm: change to detect TZ offset way with configure 2021-10-23 18:29:04 +09:00
Makefile.am dtcm: make it build 2019-11-20 17:31:53 -07:00