1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Integrate timezone library to be called only from Win32.

Timezone code backend integration done by Magnus Hagander.
This commit is contained in:
Bruce Momjian
2004-04-30 04:31:52 +00:00
parent 7d6f37b8c0
commit 7146eb0bc3
5 changed files with 21 additions and 9 deletions

3
configure vendored
View File

@ -12017,6 +12017,8 @@ LIBOBJS="$LIBOBJS rand.$ac_objext"
cat >>confdefs.h <<\_ACEOF
#define PGTZ 1
_ACEOF
PGTZ=yes
;;
esac
@ -18611,6 +18613,7 @@ s,@python_includespec@,$python_includespec,;t t
s,@python_libspec@,$python_libspec,;t t
s,@LIBOBJS@,$LIBOBJS,;t t
s,@HAVE_IPV6@,$HAVE_IPV6,;t t
s,@PGTZ@,$PGTZ,;t t
s,@acx_pthread_config@,$acx_pthread_config,;t t
s,@PTHREAD_CC@,$PTHREAD_CC,;t t
s,@PTHREAD_LIBS@,$PTHREAD_LIBS,;t t