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

Add comment for Win32.

This commit is contained in:
Bruce Momjian
2004-03-09 22:40:10 +00:00
parent 832e6df893
commit df6b11db52
2 changed files with 5 additions and 3 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.318 2004/03/03 17:37:22 momjian Exp $
dnl $PostgreSQL: pgsql/configure.in,v 1.319 2004/03/09 22:40:10 momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@ -903,7 +903,7 @@ case $host_os in solaris*)
AC_LIBOBJ(qsort) ;;
esac
# Win32 can't to rename or unlink on an open file
# Win32 support
case $host_os in mingw*)
AC_LIBOBJ(copydir)
AC_LIBOBJ(gettimeofday)
@ -911,6 +911,7 @@ AC_LIBOBJ(pipe)
AC_LIBOBJ(rand) ;;
esac
# Win32 can't to rename or unlink on an open file
case $host_os in mingw*|cygwin*)
AC_LIBOBJ(dirmod) ;;
esac