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

Add WIN32 pipe implementation that uses sockets.

Claudio Natoli
This commit is contained in:
Bruce Momjian
2004-01-09 04:58:09 +00:00
parent 0d2148a71e
commit ee7fbb1eaa
4 changed files with 77 additions and 7 deletions

3
configure vendored
View File

@ -12227,7 +12227,8 @@ esac
case $host_os in mingw*)
LIBOBJS="$LIBOBJS dirmod.$ac_objext"
LIBOBJS="$LIBOBJS copydir.$ac_objext"
LIBOBJS="$LIBOBJS gettimeofday.$ac_objext" ;;
LIBOBJS="$LIBOBJS gettimeofday.$ac_objext"
LIBOBJS="$LIBOBJS pipe.$ac_objext" ;;
esac
if test "$with_readline" = yes; then