[comp.windows.x] .cf file for pyramid?

mhorstm@swbatl.sbc.com (3417) (03/14/90)

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

nick@bischeops.UUCP (Nick Bender) (03/15/90)

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 <pyramid.cf>
#define MacroFile pyramid.cf
#undef pyr
#define PyramidArchitecture
#endif

----------------------------------cut here------------------------------------

- Nick