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

Add fseeko/ftello using fsetpos/fgetpos for BSD/OS.

This commit is contained in:
Bruce Momjian
2002-10-23 20:56:24 +00:00
parent 641b658c26
commit dc4d18e056
3 changed files with 86 additions and 3 deletions

6
configure vendored
View File

@ -10463,7 +10463,8 @@ fi
for ac_func in gethostname getrusage inet_aton random srandom strcasecmp strdup strerror strtol strtoul
for ac_func in fseeko gethostname getrusage inet_aton random srandom strcasecmp strdup strerror strtol strtoul
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
echo "$as_me:$LINENO: checking for $ac_func" >&5
@ -11470,6 +11471,9 @@ fi
done
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