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

Reorganize Win32 includes to only include <port.h> after system includes

under Win32.  Also fix other compile issues.
This commit is contained in:
Bruce Momjian
2003-05-16 01:57:52 +00:00
parent 5e04f3857c
commit ec5e0ef791
5 changed files with 27 additions and 9 deletions

3
configure vendored
View File

@ -11397,7 +11397,8 @@ esac
# Win32 can't to rename or unlink on an open file
case $host_os in mingw*)
LIBOBJS="$LIBOBJS dirmod.$ac_objext"
LIBOBJS="$LIBOBJS copydir.$ac_objext" ;;
LIBOBJS="$LIBOBJS copydir.$ac_objext"
LIBOBJS="$LIBOBJS gettimeofday.$ac_objext" ;;
esac
if test "$with_readline" = yes; then