From 613e76ff9055d8ac2b1af1130668180646a9e14c Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 3 Aug 2009 21:38:51 -0700 Subject: Remove support for Solaris x86 releases older than Solaris 8 If you want to run a pre-1999 kernel, you'll need a pre-2009 X server [Some pre-Solaris 8 VT support is left by this patch to allow reuse by the new Solaris VT support that follows in the next patch.] Signed-off-by: Aaron Zang Signed-off-by: Alan Coopersmith --- include/xorg-config.h.in | 3 --- include/xorg-server.h.in | 3 --- 2 files changed, 6 deletions(-) (limited to 'include') diff --git a/include/xorg-config.h.in b/include/xorg-config.h.in index ffb35f862..5689f3c19 100644 --- a/include/xorg-config.h.in +++ b/include/xorg-config.h.in @@ -51,9 +51,6 @@ /* Build DRI2 extension */ #undef DRI2 -/* Solaris 8 or later? */ -#undef __SOL8__ - /* Define to 1 if you have the header file. */ #undef HAVE_STROPTS_H diff --git a/include/xorg-server.h.in b/include/xorg-server.h.in index 957a030cf..76cab16b6 100644 --- a/include/xorg-server.h.in +++ b/include/xorg-server.h.in @@ -166,9 +166,6 @@ /* System is BSD-like */ #undef CSRG_BASED -/* Solaris 8 or later? */ -#undef __SOL8__ - /* System has PC console */ #undef PCCONS_SUPPORT -- cgit v1.2.3