]> granicus.if.org Git - postgresql/commit
USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 29 Oct 2000 13:17:34 +0000 (13:17 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 29 Oct 2000 13:17:34 +0000 (13:17 +0000)
commit525e1c4436651c39f713416348bd35e3176b7797
tree6f1f991d40bc259990be5f581f791882c4aae6af
parent8b0431129309e4a4ddbc91f5a3e58631a07ac13c
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.
25 files changed:
src/backend/utils/adt/date.c
src/backend/utils/adt/datetime.c
src/backend/utils/adt/formatting.c
src/backend/utils/adt/nabstime.c
src/backend/utils/adt/timestamp.c
src/include/port/aix.h
src/include/port/beos.h
src/include/port/bsdi.h
src/include/port/dgux.h
src/include/port/freebsd.h
src/include/port/hpux.h
src/include/port/irix5.h
src/include/port/linux.h
src/include/port/netbsd.h
src/include/port/openbsd.h
src/include/port/osf.h
src/include/port/qnx4.h
src/include/port/sco.h
src/include/port/solaris.h
src/include/port/sunos4.h
src/include/port/svr4.h
src/include/port/ultrix4.h
src/include/port/univel.h
src/include/port/unixware.h
src/include/port/win.h