OpenBSD supports PCVT and WSCONS. PCCONS is long gone.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2006-02-24 Matthieu Herrb <matthieu.herrb@laas.fr>
|
||||
|
||||
* configure.ac:
|
||||
OpenBSD supports PCVT and WSCONS. PCCONS is long gone.
|
||||
|
||||
2006-02-23 Adam Jackson <ajax@freedesktop.org>
|
||||
|
||||
* exa/exa_render.c:
|
||||
|
||||
@@ -239,7 +239,7 @@ case $host_os in
|
||||
;;
|
||||
*openbsd*)
|
||||
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 PC console])
|
||||
AC_DEFINE(WSCONS_SUPPORT, 1, [System has wscons console])
|
||||
;;
|
||||
*linux*)
|
||||
|
||||
Reference in New Issue
Block a user