Subject: What is the compiler macro that determines the version of NetBSD?
To: 'netbsd-help' <netbsd-help@netbsd.org>
From: John A. Maier - MIS dept. <johnam@mail.kemper.org>
List: netbsd-help
Date: 09/11/1998 18:14:00
In code I can do a 
#ifdef __NetBSD__
#include ...
#endif

but I want to be able to determin the version.

i.e.
#ifdef __NetBSD1.3.2__
etc.

anything?

jam