Path: utzoo!attcan!uunet!wuarchive!rex!uflorida!uakari.primate.wisc.edu!bin From: bin@primate.wisc.edu (Brain in Neutral) Newsgroups: comp.windows.x Subject: Another R4 configuration question Message-ID: <1456@uakari.primate.wisc.edu> Date: 12 Jan 90 19:56:21 GMT Organization: UW-Madison Primate Center Lines: 24 The symbols OSName, OSMajorVersion and OSMinorVersion are supposed to be defined in the platform-specific .cf file (according to README). Just in case they aren't, I suppose, Imake.tmpl contains #ifndef OSMajorVersion #define OSMajorVersion 0 #endif #ifndef OSMinorVersion #define OSMinorVersion 0 #endif There is no corresponding set of lines for OSName. However, Project.tmpl contains #ifndef OsNameDefines #define OsNameDefines /* as nothing */ #endif My question: Are OSName and OsNameDefines supposed to be distinct, and if so, what is the distinction (i.e., what is OsNameDefines for)? Or is there a mistake here? Paul DuBois dubois@primate.wisc.edu