diff options
author | Jamey Sharp <jamey@minilop.net> | 2011-09-13 17:45:19 -0500 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2011-09-15 10:11:43 -0500 |
commit | 6ad7bb69eebd5e5b4068bd9aa0b9a7168f075006 (patch) | |
tree | 308c3b0932e22a5f6797d22e1e3358c5387722fb /include | |
parent | 9eb22ebf46b77c15e53017a37c7ef605521dc164 (diff) |
Remove PC98 support.
Gaetan Nadon wrote:
Alan Coopersmith wrote:
"I think we recently dropped PC98 support from the X server, so I'd
be okay with dropping the documentation now".
Let's make them be right, shall we?
Signed-off-by: Jamey Sharp <jamey@minilop.net>
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
Acked-by: Gaetan Nadon <memsize@videotron.ca>
Acked-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/xorg-config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/xorg-config.h.in b/include/xorg-config.h.in index 56ffda210..0d1ea9142 100644 --- a/include/xorg-config.h.in +++ b/include/xorg-config.h.in @@ -136,9 +136,6 @@ /* Use SIGIO handlers for input device events by default */ #undef USE_SIGIO_BY_DEFAULT -/* Support PC98 */ -#undef SUPPORT_PC98 - /* Build with libdrm support */ #undef WITH_LIBDRM |