From owner-freebsd-alpha Thu May 25 9: 5:30 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from news.uni-kl.de (news.uni-kl.de [131.246.137.51]) by hub.freebsd.org (Postfix) with SMTP id 46C7A37C741 for ; Thu, 25 May 2000 09:05:18 -0700 (PDT) (envelope-from naddy@unix-ag.uni-kl.de) Received: from sushi.unix-ag.uni-kl.de ( root@sushi.unix-ag.uni-kl.de [131.246.89.13] ) by news.uni-kl.de id aa16045 for ; 25 May 2000 18:05 MESZ Received: from fettuccini.unix-ag.uni-kl.de (fettuccini.unix-ag.uni-kl.de [131.246.89.27]) by sushi.unix-ag.uni-kl.de (8.9.3/8.9.1) with ESMTP id SAA10208 for ; Thu, 25 May 2000 18:05:11 +0200 Received: (from naddy@localhost) by fettuccini.unix-ag.uni-kl.de (8.9.3/8.9.3) id SAA80218 for freebsd-alpha@freebsd.org; Thu, 25 May 2000 18:05:03 +0200 (CEST) (envelope-from naddy) Date: Thu, 25 May 2000 18:05:02 +0200 From: Christian Weisgerber To: freebsd-alpha@freebsd.org Subject: #ifdef for Tru64? Message-ID: <20000525180502.F69109@fettuccini.unix-ag.uni-kl.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Lately, I keep seeing ifdef's like #if defined(__alpha__) && !defined(linux) or some such, to bracket Tru64-specific code, which of course fails immediately on FreeBSD/alpha. Isn't there a clean way to check for Tru64 rather than by excluding Linux and *BSD? -- Christian "naddy" Weisgerber naddy@unix-ag.uni-kl.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message