From c0e91777a9874fe2cd9a7e9180263f512c1e8f8d Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 12 Jul 2007 16:37:11 -0700 Subject: Add __SOL8__ to xorg-server.h.in since xf86-input-kbd needs it to build --- include/xorg-server.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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 -- cgit v1.2.3