*** pgsql/configure 2004/02/02 04:07:18 1.323 --- pgsql/configure 2004/02/02 18:35:45 1.324 *************** echo "$as_me: using CFLAGS=$CFLAGS" >&6; *** 2502,2508 **** # We already have this in Makefile.win32, but configure needs it too if test "$PORTNAME" = "win32"; then ! CPPFLAGS="$CPPFLAGS -I$srcdir/src/include/port/win32" fi # Check if the compiler still works with the template settings --- 2502,2508 ---- # We already have this in Makefile.win32, but configure needs it too if test "$PORTNAME" = "win32"; then ! CPPFLAGS="$CPPFLAGS -I$srcdir/src/include/port/win32 -DEXEC_BACKEND" fi # Check if the compiler still works with the template settings *************** esac *** 12077,12086 **** # 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 gettimeofday.$ac_objext" ! LIBOBJS="$LIBOBJS pipe.$ac_objext" ;; esac if test "$with_readline" = yes; then --- 12077,12087 ---- # Win32 can't to rename or unlink on an open file case $host_os in mingw*) LIBOBJS="$LIBOBJS copydir.$ac_objext" + LIBOBJS="$LIBOBJS dirmod.$ac_objext" LIBOBJS="$LIBOBJS gettimeofday.$ac_objext" ! LIBOBJS="$LIBOBJS pipe.$ac_objext" ! LIBOBJS="$LIBOBJS rand.$ac_objext" ;; esac if test "$with_readline" = yes; then