1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Update MinGW so it handles fseeko() similar to Unix.

This commit is contained in:
Bruce Momjian
2009-01-07 03:39:33 +00:00
parent 7e518a3d01
commit d00a3472cf
5 changed files with 24 additions and 25 deletions

3
configure vendored
View File

@ -18999,7 +18999,8 @@ done
case $host_os in
# BSD/OS & NetBSD use a custom fseeko/ftello built on fsetpos/fgetpos
bsdi*|netbsd*)
# Mingw uses macros to access Win32 API calls
bsdi*|netbsd*|mingw*)
cat >>confdefs.h <<\_ACEOF
#define HAVE_FSEEKO 1