$NetBSD: patch-ab,v 1.6 2006/04/28 14:11:25 joerg Exp $ --- configure.orig 2006-04-28 13:37:47.000000000 +0000 +++ configure @@ -563,7 +563,7 @@ else echo_n "Checking hosttype... " echo $_host_os case $_host_os in - linux* | openbsd* | freebsd* | netbsd* | bsd* | sunos* | hpux* | beos*) + linux* | openbsd* | freebsd* | netbsd* | bsd* | sunos* | hpux* | beos* | dragonfly*) DEFINES="$DEFINES -DUNIX" _host_os=unix ;;