$NetBSD: patch-ab,v 1.10 2014/01/06 23:42:38 dholland Exp $ Recognize dragonfly and solaris. --- configure.orig 2013-04-17 15:00:32.000000000 +0000 +++ configure @@ -542,7 +542,7 @@ else echo_n "Checking hosttype... " echo $_host_os case $_host_os in - linux* | openbsd* | freebsd* | kfreebsd* | netbsd* | bsd* | gnu0.3 | sunos* | hpux* | beos*) + linux* | openbsd* | freebsd* | kfreebsd* | netbsd* | bsd* | gnu0.3 | sunos* | solaris* | hpux* | beos* | dragonfly*) DEFINES="$DEFINES -DUNIX" _host_os=unix ;;