1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Enable use of our own timezone library for Win32.

This commit is contained in:
Bruce Momjian
2004-04-30 04:18:28 +00:00
parent 4a73eb5ab1
commit 7d6f37b8c0
3 changed files with 13 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.339 2004/04/27 20:09:27 momjian Exp $
dnl $PostgreSQL: pgsql/configure.in,v 1.340 2004/04/30 04:18:28 momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@ -893,7 +893,9 @@ AC_LIBOBJ(copydir)
AC_LIBOBJ(gettimeofday)
AC_LIBOBJ(open)
AC_LIBOBJ(pipe)
AC_LIBOBJ(rand) ;;
AC_LIBOBJ(rand)
AC_DEFINE(PGTZ, 1,
[Define to 1 to use our own timezone library]) ;;
esac
# Win32 can't to rename or unlink on an open file