diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-09-13 18:37:35 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-09-13 18:37:35 +0000 |
commit | 12fbcfefe672ec226bdbc7597bf2fd2cb0ee1e19 (patch) | |
tree | 3556cc76d8607a4a857df92153ac508b2dd75e6a /include/xorg-server.h.in | |
parent | 51eb6c83a3b2721703ca50758853bbf9f99fc4d2 (diff) |
Add some initial BSD support for the xorg server. Incomplete on NetBSD,
OpenBSD, and non-i386/amd64 FreeBSD for sure. Plus I haven't actually
run it yet.
Diffstat (limited to 'include/xorg-server.h.in')
-rw-r--r-- | include/xorg-server.h.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/xorg-server.h.in b/include/xorg-server.h.in index 713047f0b..332186875 100644 --- a/include/xorg-server.h.in +++ b/include/xorg-server.h.in @@ -226,4 +226,19 @@ /* Building vgahw module */ #undef WITH_VGAHW +/* System is BSD-like */ +#undef CSRG_BASED + +/* System has PC console */ +#undef PCCONS_SUPPORT + +/* System has PCVT console */ +#undef PCVT_SUPPORT + +/* System has syscons console */ +#undef SYSCONS_SUPPORT + +/* System has wscons console */ +#undef WSCONS_SUPPORT + #endif /* _XORG_SERVER_H_ */ |