Enable directserial for BSD. (talked it over with the FreeBSD maintainer
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3274
This commit is contained in:
parent
70a150c2d6
commit
6945f3e81f
3 changed files with 6 additions and 5 deletions
|
@ -438,7 +438,8 @@ case "$target" in
|
|||
dnl directserial detection should be rewritten to test for the needed
|
||||
dnl functions and headers. I currently do not know
|
||||
dnl which ones are needed for BSD
|
||||
dnl AC_DEFINE(C_DIRECTSERIAL, 1, [ Define to 1 if you want serial passthrough support (Win32, Posix and OS/2).])
|
||||
AC_DEFINE(BSD, 1, [Compiling on BSD])
|
||||
AC_DEFINE(C_DIRECTSERIAL, 1, [ Define to 1 if you want serial passthrough support (Win32, Posix and OS/2).])
|
||||
;;
|
||||
*-*-os2-emx*)
|
||||
AC_DEFINE(OS2, 1, [Compiling on OS/2 EMX])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue