Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!uunet!bischeops!nick From: nick@bischeops.UUCP (Nick Bender) Newsgroups: comp.windows.x Subject: Re: .cf file for pyramid? Summary: yes, hardly tested though Message-ID: <391@bischeops.UUCP> Date: 15 Mar 90 15:19:28 GMT References: <1253@swbatl.sbc.com> Lines: 42 In article <1253@swbatl.sbc.com>, mhorstm@swbatl.sbc.com (3417) writes: > Does anyone have anyone have a .cf file (config file) Pyramid for their > OSx operating system under the ucb/att universe? > > Thanks, > > Mark Horstman > Information Systems - Southwestern Bell Telephone > uunet!swbatl!mhorstm The following gives a clean compile under BSD, and xterm and a few others work, but it's hardly been tested... Place the following in mit/config/pyramid.cf: ----------------------------------cut here------------------------------------ /* * SET VERSION NUMBERS BEFORE MAKING MAKEFILES */ #define OSName Pyramid OSX 4.4c #define OSMajorVersion 4 #define OSMinorVersion 4 #define SystemV NO #define HasPutenv YES #define HasBsearch YES #define BuildServer NO ----------------------------------cut here------------------------------------ and in Imake.tmpl add the following with all the other machine types: ----------------------------------cut here------------------------------------ #ifdef pyr #define MacroIncludeFile #define MacroFile pyramid.cf #undef pyr #define PyramidArchitecture #endif ----------------------------------cut here------------------------------------ - Nick