diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-07-12 16:37:11 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-07-12 16:37:11 -0700 |
commit | c0e91777a9874fe2cd9a7e9180263f512c1e8f8d (patch) | |
tree | 3c33a585443a3a7b166912a1a1029b195273d7d7 /include/xorg-server.h.in | |
parent | 6b4231e3b5b49b731c9a00930ae465fff8539831 (diff) |
Add __SOL8__ to xorg-server.h.in since xf86-input-kbd needs it to build
Diffstat (limited to 'include/xorg-server.h.in')
-rw-r--r-- | include/xorg-server.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xorg-server.h.in b/include/xorg-server.h.in index 7b2a4d193..3c2ff470c 100644 --- a/include/xorg-server.h.in +++ b/include/xorg-server.h.in @@ -233,6 +233,9 @@ /* System is BSD-like */ #undef CSRG_BASED +/* Solaris 8 or later? */ +#undef __SOL8__ + /* System has PC console */ #undef PCCONS_SUPPORT |