From 856db05b58b71c5ff22af727aba435a8c356abfa Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 23 Jul 2008 13:25:37 -0400 Subject: Unifdef sgi. --- xkb/ddxLoad.c | 2 +- xkb/xkbInit.c | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) (limited to 'xkb') diff --git a/xkb/ddxLoad.c b/xkb/ddxLoad.c index d6b5f7589..115f8555f 100644 --- a/xkb/ddxLoad.c +++ b/xkb/ddxLoad.c @@ -48,7 +48,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #include #include "xkb.h" -#if defined(CSRG_BASED) || defined(linux) || defined(__sgi) || defined(AIXV3) || defined(__osf__) || defined(__GNU__) +#if defined(CSRG_BASED) || defined(linux) || defined(AIXV3) || defined(__osf__) || defined(__GNU__) #include #endif diff --git a/xkb/xkbInit.c b/xkb/xkbInit.c index 8043f5aa9..9033a1371 100644 --- a/xkb/xkbInit.c +++ b/xkb/xkbInit.c @@ -55,13 +55,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #define CREATE_ATOM(s) MakeAtom(s,sizeof(s)-1,1) -#ifdef sgi -#define LED_CAPS 5 -#define LED_NUM 6 -#define LED_SCROLL 7 -#define PHYS_LEDS 0x7f -#define LED_COMPOSE 8 -#else #if defined(__osf__) || defined(__alpha) || defined(__alpha__) #define LED_COMPOSE 2 #define LED_CAPS 3 @@ -82,7 +75,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #define PHYS_LEDS 0x07 #endif #endif -#endif #define MAX_TOC 16 typedef struct _SrvXkmInfo { -- cgit v1.2.3