$NetBSD: patch-ae,v 1.1 2007/03/26 06:31:55 xtraeme Exp $

--- configure.in.orig	2007-02-28 20:56:16.000000000 +0100
+++ configure.in	2007-03-26 08:17:48.000000000 +0200
@@ -331,6 +331,10 @@
        AC_DEFINE(LINUX, 1, [Compiling on GNU/Linux])
        AC_DEFINE(C_DIRECTSERIAL, 1, [ Define to 1 if you want serial passthrough support (Win32, Posix and OS/2).])
        ;;
+    *-*-freebsd* | *-*-dragonfly* | *-*-netbsd* | *-*-openbsd*)
+	AC_DEFINE(BSD, 1, [Compiling on BSD])
+	AC_DEFINE(C_DIRECTSERIAL, 1, [ Define to 1 if you want serial passthrough support.])
+	;;
     *-*-os2-emx*)
        AC_DEFINE(OS2, 1, [Compiling on OS/2 EMX])
        AC_DEFINE(C_DIRECTSERIAL, 1, [ Define to 1 if you want serial passthrough support (Win32, Posix and OS/2).])
