mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Remove BSD/OS (BSDi) port. There are no known users upgrading to
Postgres 9.2, and perhaps no existing users either.
This commit is contained in:
5
configure
vendored
5
configure
vendored
@ -2190,7 +2190,6 @@ else
|
||||
|
||||
case $host_os in
|
||||
aix*) template=aix ;;
|
||||
bsdi*) template=bsdi ;;
|
||||
cygwin*) template=cygwin ;;
|
||||
darwin*) template=darwin ;;
|
||||
dragonfly*) template=netbsd ;;
|
||||
@ -19489,9 +19488,9 @@ done
|
||||
|
||||
|
||||
case $host_os in
|
||||
# BSD/OS & NetBSD use a custom fseeko/ftello built on fsetpos/fgetpos
|
||||
# NetBSD uses a custom fseeko/ftello built on fsetpos/fgetpos
|
||||
# Mingw uses macros to access Win32 API calls
|
||||
bsdi*|netbsd*|mingw*)
|
||||
netbsd*|mingw*)
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define HAVE_FSEEKO 1
|
||||
|
Reference in New Issue
Block a user