Skip to content

Commit c9984ab

Browse files
committed
Add comments on bsd/os handling.
1 parent dc4d18e commit c9984ab

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

configure

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11471,9 +11471,12 @@ fi
1147111471
done
1147211472
1147311473
11474+
# BSD/OS has a custom fseeko/ftello built on fsetpos/fgetpos
11475+
# We override the previous test that said fseeko/ftello didn't exist
1147411476
case $host_os in bsdi*)
1147511477
ac_cv_func_fseeko=yes
1147611478
esac
11479+
1147711480
echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
1147811481
echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
1147911482
if test "${ac_cv_sys_largefile_source+set}" = set; then

configure.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $Header: /cvsroot/pgsql/configure.in,v 1.212 2002/10/23 20:56:24 momjian Exp $
2+
dnl $Header: /cvsroot/pgsql/configure.in,v 1.213 2002/10/23 20:59:03 momjian Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -903,9 +903,12 @@ AC_CHECK_FUNCS(atexit, [],
903903
[AC_CHECK_FUNCS(on_exit, [],
904904
[AC_MSG_ERROR([neither atexit() nor on_exit() found])])])
905905

906+
# BSD/OS has a custom fseeko/ftello built on fsetpos/fgetpos
907+
# We override the previous test that said fseeko/ftello didn't exist
906908
case $host_os in bsdi*)
907909
ac_cv_func_fseeko=yes
908910
esac
911+
909912
AC_FUNC_FSEEKO
910913

911914

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy