Support for DragonFly BSD

Mapped to NetBSD, the closest existing match.  (Even though DragonFly
BSD is derived from FreeBSD, the shared library version numbering
matches NetBSD, and the rest is mostly the same among all BSD
variants.)

per "Rumko"
pull/1/head
Peter Eisentraut 15 years ago
parent 2f6c8453cf
commit 6094c242d1
  1. 1
      configure
  2. 1
      configure.in

1
configure vendored

@ -2194,6 +2194,7 @@ case $host_os in
bsdi*) template=bsdi ;; bsdi*) template=bsdi ;;
cygwin*) template=cygwin ;; cygwin*) template=cygwin ;;
darwin*) template=darwin ;; darwin*) template=darwin ;;
dragonfly*) template=netbsd ;;
dgux*) template=dgux ;; dgux*) template=dgux ;;
freebsd*) template=freebsd ;; freebsd*) template=freebsd ;;
hpux*) template=hpux ;; hpux*) template=hpux ;;

@ -58,6 +58,7 @@ case $host_os in
bsdi*) template=bsdi ;; bsdi*) template=bsdi ;;
cygwin*) template=cygwin ;; cygwin*) template=cygwin ;;
darwin*) template=darwin ;; darwin*) template=darwin ;;
dragonfly*) template=netbsd ;;
dgux*) template=dgux ;; dgux*) template=dgux ;;
freebsd*) template=freebsd ;; freebsd*) template=freebsd ;;
hpux*) template=hpux ;; hpux*) template=hpux ;;

Loading…
Cancel
Save