OpenBSD supports PCVT and WSCONS. PCCONS is long gone.

This commit is contained in:
Matthieu Herrb 2006-02-24 17:01:57 +00:00
parent d3e1587c20
commit 01a0bf881a
2 changed files with 6 additions and 1 deletions

View File

@ -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:

View File

@ -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*)