Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 1997 14:33:25 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        bde@zeta.org.au (Bruce Evans)
Cc:        bde@zeta.org.au, chuckr@glue.umd.edu, freebsd-ports@freebsd.org, hackers@freebsd.org, imp@village.org, obrien@NUXI.com
Subject:   Re: conditionally including <sys/param.h>
Message-ID:  <199702062133.OAA17938@phaeton.artisoft.com>
In-Reply-To: <199702062019.HAA02499@godzilla.zeta.org.au> from "Bruce Evans" at Feb 7, 97 07:19:37 am

next in thread | previous in thread | raw e-mail | index | archive | help
> But they certainly should accept anything with __FooBSD__ or BSD >= mmm
> or __FooBSD_version >= nnn.  That would give 100-line ifdefs to support
> 100 OS's.  It's also useless for communicating what is different in
> FooBSD.

Too bad "#if defined()" doesn't accept globbing:

#if defined (_*BSD_)


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702062133.OAA17938>