OpenBSD supports PCVT and WSCONS. PCCONS is long gone.
This commit is contained in:
parent
d3e1587c20
commit
01a0bf881a
|
@ -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>
|
2006-02-23 Adam Jackson <ajax@freedesktop.org>
|
||||||
|
|
||||||
* exa/exa_render.c:
|
* exa/exa_render.c:
|
||||||
|
|
|
@ -239,7 +239,7 @@ case $host_os in
|
||||||
;;
|
;;
|
||||||
*openbsd*)
|
*openbsd*)
|
||||||
AC_DEFINE(CSRG_BASED, 1, [System is BSD-like])
|
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])
|
AC_DEFINE(WSCONS_SUPPORT, 1, [System has wscons console])
|
||||||
;;
|
;;
|
||||||
*linux*)
|
*linux*)
|
||||||
|
|
Loading…
Reference in New Issue