Subject: Re: __NetBSD_Version__ definition and ...
To: None <tech-misc@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: tech-misc
Date: 03/23/1999 15:04:42
In article <199903231448.GAA03832@nbftp.pa.vix.com> agc@ftp.netbsd.org (Alistair G. Crooks) writes:
>
>#define __NetBSD_Release__(a,b,c)       \
>        ((((a) & 0xff) << 24) | (((b) & 0xff) << 16) | (c & 0xff))
>#define __NetBSD_Current__(a,b,c)       \
>        ((((a) & 0xff) << 24) | (((b) & 0xff) << 16) | ((((c) - 'A' + 1) & 0xff) << 8))
>
>#define __NetBSD_Version__      0x01030b00 /* 1.3K */

That is cool...

christos