Date: Thu, 25 May 2000 18:05:02 +0200 From: Christian Weisgerber <naddy@unix-ag.uni-kl.de> To: freebsd-alpha@freebsd.org Subject: #ifdef for Tru64? Message-ID: <20000525180502.F69109@fettuccini.unix-ag.uni-kl.de>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000525180502.F69109>