1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Fix include files for new PageOutput call.

This commit is contained in:
Bruce Momjian
2002-10-24 01:33:50 +00:00
parent f142b09151
commit b093f8825d
5 changed files with 27 additions and 28 deletions

12
configure vendored
View File

@ -10543,6 +10543,12 @@ done
# BSD/OS has a custom fseeko/ftello built on fsetpos/fgetpos
# We override the previous test that said fseeko/ftello didn't exist
case $host_os in bsdi*)
ac_cv_func_fseeko=yes
esac
# Solaris has a very slow qsort in certain cases.
case $host_os in
solaris*) LIBOBJS="$LIBOBJS qsort.$ac_objext" ;;
@ -11471,12 +11477,6 @@ fi
done
# BSD/OS has a custom fseeko/ftello built on fsetpos/fgetpos
# We override the previous test that said fseeko/ftello didn't exist
case $host_os in bsdi*)
ac_cv_func_fseeko=yes
esac
echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
if test "${ac_cv_sys_largefile_source+set}" = set; then