From 198d8e6db5f855510acb7197f35920d65bab33ad Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 14 Dec 1999 01:37:58 +0000 Subject: [PATCH] macosx = rhapsody ~= nextstep also can't handle various definitions of the same symbol. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7590 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/signal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/roken/signal.c b/lib/roken/signal.c index 400f6144d..9cbd98295 100644 --- a/lib/roken/signal.c +++ b/lib/roken/signal.c @@ -42,7 +42,7 @@ RCSID("$Id$"); * We would like to always use this signal but there is a link error * on NEXTSTEP */ -#ifndef NeXT +#if !defined(NeXT) && !defined(__APPLE__) /* * Bugs: *