From b1af589d576471b8f3f6b09b37a8d4a29a21e8e6 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Thu, 16 May 1996 23:12:28 +0000 Subject: Add solaris dependencies --- includes/osdep.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'includes/osdep.h') diff --git a/includes/osdep.h b/includes/osdep.h index 77898cdc..f63239b0 100644 --- a/includes/osdep.h +++ b/includes/osdep.h @@ -54,8 +54,12 @@ #endif -#ifdef sun +#if defined (sun) +# if defined (__svr4__) +# include "cf/sunos5-5.h" +# else # include "cf/sunos4.h" +# endif #endif #ifdef bsdi @@ -70,11 +74,6 @@ # include "cf/freebsd.h" #endif -#ifdef sun -# include "cf/sunos4.h" -#endif - - #ifdef ultrix # include "cf/ultrix.h" #endif @@ -114,6 +113,9 @@ #ifndef jdref # define jdref(x) (*(x)) #endif +#ifndef jrefproto +# define jrefproto jmp_buf * +#endif /* On some systems, the struct ether_header source and destinations buffers are arrays; on others, they are structs. We assume they're arrays -- cgit v1.2.1