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:
6
configure
vendored
6
configure
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user