mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Enable use of our own timezone library for Win32.
This commit is contained in:
7
configure
vendored
7
configure
vendored
@ -12012,7 +12012,12 @@ LIBOBJS="$LIBOBJS copydir.$ac_objext"
|
||||
LIBOBJS="$LIBOBJS gettimeofday.$ac_objext"
|
||||
LIBOBJS="$LIBOBJS open.$ac_objext"
|
||||
LIBOBJS="$LIBOBJS pipe.$ac_objext"
|
||||
LIBOBJS="$LIBOBJS rand.$ac_objext" ;;
|
||||
LIBOBJS="$LIBOBJS rand.$ac_objext"
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define PGTZ 1
|
||||
_ACEOF
|
||||
;;
|
||||
esac
|
||||
|
||||
# Win32 can't to rename or unlink on an open file
|
||||
|
Reference in New Issue
Block a user