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

Move pgkill out into /port so pg_ctl can use it on Win32.

This commit is contained in:
Bruce Momjian
2004-05-27 13:08:57 +00:00
parent d157b7bbc7
commit 6f21f4adaa
5 changed files with 67 additions and 46 deletions

1
configure vendored
View File

@ -12014,6 +12014,7 @@ esac
case $host_os in mingw*)
LIBOBJS="$LIBOBJS copydir.$ac_objext"
LIBOBJS="$LIBOBJS gettimeofday.$ac_objext"
LIBOBJS="$LIBOBJS kill.$ac_objext"
LIBOBJS="$LIBOBJS open.$ac_objext"
LIBOBJS="$LIBOBJS rand.$ac_objext" ;;
esac