From 7629ad13c75b693d06db667cdf493749e983d41d Mon Sep 17 00:00:00 2001 From: wtc Date: Fri, 8 May 1998 18:35:19 +0000 Subject: [PATCH] Merged Rhapsody patches contributed by Matt Watson . --- nsprpub/pr/include/gencfg.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nsprpub/pr/include/gencfg.c b/nsprpub/pr/include/gencfg.c index baf716208da8..695f17ba0f20 100644 --- a/nsprpub/pr/include/gencfg.c +++ b/nsprpub/pr/include/gencfg.c @@ -77,6 +77,12 @@ #endif #endif +#if defined(__APPLE__) +#ifndef RHAPSODY + error - RHAPSODY is not defined +#endif +#endif + /************************************************************************/ /* Generate cpucfg.h */