For NetBSD, define PCVT_SUPPORT (System has PCVT console).

Noticed by Joerg Sonnenberger.  This fixes problem with console
switching.

This was in original imake NetBSD.cf.
This commit is contained in:
Jeremy C. Reed 2006-11-14 16:37:18 -06:00
parent 26d2e45bdb
commit 2eab230d9b
1 changed files with 1 additions and 0 deletions

View File

@ -282,6 +282,7 @@ case $host_os in
*netbsd*)
AC_DEFINE(CSRG_BASED, 1, [System is BSD-like])
AC_DEFINE(PCCONS_SUPPORT, 1, [System has PC console])
AC_DEFINE(PCVT_SUPPORT, 1, [System has PCVT console])
AC_DEFINE(WSCONS_SUPPORT, 1, [System has wscons console])
DRI=yes
;;