1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Fixups for Win32 symlinks.

This commit is contained in:
Bruce Momjian
2004-08-08 01:31:15 +00:00
parent 9b3caebb0a
commit 5e01aa7ad1
4 changed files with 28 additions and 7 deletions

8
configure vendored
View File

@ -12060,7 +12060,13 @@ 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" ;;
LIBOBJS="$LIBOBJS rand.$ac_objext"
cat >>confdefs.h <<\_ACEOF
#define HAVE_SYMLINK 1
_ACEOF
;;
esac
if test "$with_readline" = yes; then