Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc9984ab

Browse files
committed
Add comments on bsd/os handling.
1 parentdc4d18e commitc9984ab

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_osin 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
iftest"${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)

[8]ページ先頭

©2009-2025 Movatter.jp