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

Add comments on bsd/os handling.

This commit is contained in:
Bruce Momjian
2002-10-23 20:59:03 +00:00
parent dc4d18e056
commit c9984ab79d
2 changed files with 7 additions and 1 deletions

3
configure vendored
View File

@ -11471,9 +11471,12 @@ 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