diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-08-03 21:38:51 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-08-13 21:56:05 -0700 |
commit | 613e76ff9055d8ac2b1af1130668180646a9e14c (patch) | |
tree | 16855210d302dd9ecd028d55037651d9ae4a9d66 /include | |
parent | 6c292d17053eb2a7e7054e51210f423dbc0cb7e8 (diff) |
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 <Aaron.Zang@Sun.COM>
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/xorg-config.h.in | 3 | ||||
-rw-r--r-- | include/xorg-server.h.in | 3 |
2 files changed, 0 insertions, 6 deletions
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 <stropts.h> 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 |