1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-06 18:42:54 +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

View File

@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.309 2003/12/23 18:40:52 tgl Exp $
dnl $PostgreSQL: pgsql/configure.in,v 1.310 2004/01/09 04:58:09 momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@ -924,7 +924,8 @@ esac
case $host_os in mingw*)
AC_LIBOBJ(dirmod)
AC_LIBOBJ(copydir)
AC_LIBOBJ(gettimeofday) ;;
AC_LIBOBJ(gettimeofday)
AC_LIBOBJ(pipe) ;;
esac
if test "$with_readline" = yes; then