See the definition of __NetBSD_Version__ in sys/param.h Perry "John A. Maier - MIS dept." writes: > 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