From 40f415f5c318792f26f8ed2eee2afdb1fefe9a19 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 16 Jun 1998 03:10:51 +0000 Subject: [PATCH] added sgi support --- src/gdd/aitTypes.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/gdd/aitTypes.h b/src/gdd/aitTypes.h index 6cffd8ab6..f66ecea73 100644 --- a/src/gdd/aitTypes.h +++ b/src/gdd/aitTypes.h @@ -8,6 +8,9 @@ * $Id$ * * $Log$ + * Revision 1.7 1998/04/16 21:16:35 jhill + * removed redundant solaris test + * * Revision 1.6 1997/12/18 19:03:18 jba * Linux change. * @@ -85,7 +88,7 @@ typedef struct { #endif #ifndef vxWorks -#if (_POSIX_C_SOURCE < 3) && !defined(SOLARIS) && !defined(HP_UX) && !defined(linux) +#if (_POSIX_C_SOURCE < 3) && !defined(SOLARIS) && !defined(HP_UX) && !defined(linux) &&!defined(sgi) struct timespec {