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

Add opendir/readdir/closedir() for Win32.

Keep SRA copyright on file because it contains BSD license clause.
This commit is contained in:
Bruce Momjian
2003-05-09 01:16:29 +00:00
parent 45d04099df
commit 4207d6bf30
4 changed files with 153 additions and 4 deletions

3
configure vendored
View File

@ -11257,7 +11257,8 @@ esac
# Win32 can't to rename or unlink on an open file
case $host_os in win32*)
LIBOBJS="$LIBOBJS dirmod.$ac_objext" ;;
LIBOBJS="$LIBOBJS dirmod.$ac_objext"
LIBOBJS="$LIBOBJS opendir.$ac_objext" ;;
esac
# On HPUX 9, rint() is not in regular libm.a but in /lib/pa1.1/libm.a;