diff options
| author | Bruce Momjian | 2012-05-03 14:58:44 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2012-05-03 14:58:44 +0000 |
| commit | ebcaa5fcde8411786e3765414465174e6d31c8e6 (patch) | |
| tree | f5380c3e09ca02a1fc6e4b8971ddecce0554df2c /configure.in | |
| parent | 7490c48f1e2c51dce77d33f7fd464e72713679a5 (diff) | |
Remove BSD/OS (BSDi) port. There are no known users upgrading to
Postgres 9.2, and perhaps no existing users either.
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.in b/configure.in index d956c50832..71e7078922 100644 --- a/configure.in +++ b/configure.in @@ -55,7 +55,6 @@ PGAC_ARG_REQ(with, template, [NAME], [override operating system template], case $host_os in aix*) template=aix ;; - bsdi*) template=bsdi ;; cygwin*) template=cygwin ;; darwin*) template=darwin ;; dragonfly*) template=netbsd ;; @@ -1211,9 +1210,9 @@ AC_CHECK_FUNCS([cbrt dlopen fcvt fdatasync getifaddrs getpeerucred getrlimit mem AC_REPLACE_FUNCS(fseeko) 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*) AC_DEFINE(HAVE_FSEEKO, 1, [Define to 1 because replacement version used.]) ac_cv_func_fseeko=yes;; *) |
