pgsql/src/include/port (aix.h beos.h bsdi.h dgux.h freebsd.h hpux.h irix5.h linux.h netbsd.h openbsd.h osf.h qnx4.h sco.h solaris.h sunos4.h svr4.h ultrix4.h univel.h unixware.h win.h)

Started by Peter Eisentrautover 25 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

Date: Sunday, October 29, 2000 @ 08:17:34
Author: petere

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/port
from hub.org:/home/projects/pgsql/tmp/cvs-serv9692/src/include/port

Modified Files:
aix.h beos.h bsdi.h dgux.h freebsd.h hpux.h irix5.h linux.h
netbsd.h openbsd.h osf.h qnx4.h sco.h solaris.h sunos4.h
svr4.h ultrix4.h univel.h unixware.h win.h

----------------------------- Log Message -----------------------------

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.