USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are

Peter Eisentraut <peter_e@gmx.net>

Commit: 525e1c4436651c39f713416348bd35e3176b7797
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2000-10-29T13:17:34Z
Releases: 7.1.1
USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are
equivalent.

In linux.h there were some #undef HAVE_INT_TIMEZONE, which are useless
because HAVE_TM_ZONE overrides it anyway, and messing with configure
results isn't cool.

Files