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/xorg-config.h.in | |
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/xorg-config.h.in')
-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 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 |