59 lines
1.1 KiB
Modula-2
59 lines
1.1 KiB
Modula-2
XCOMM $Header: /home/x_cvs/mit/server/ddx/x386/LinkKit/site.def.LK,v 1.3 1992/09/08 11:08:58 dawes Exp $
|
|
|
|
/* Configuration file for Server Link Kit */
|
|
|
|
#ifdef BeforeVendorCF
|
|
|
|
/*
|
|
* Change these definitions if you need to override the defaults:
|
|
*/
|
|
|
|
/*
|
|
* HasGcc: defaults:
|
|
* SVR3,4: YES
|
|
* Mach, 386bsd: YES
|
|
*/
|
|
/* #define HasGcc NO */
|
|
|
|
/*
|
|
* HasGcc2: (should also set HasGcc)
|
|
* defaults:
|
|
* SVR3,4: YES
|
|
* Mach: YES
|
|
* 386bsd: NO
|
|
*/
|
|
/* #define HasGcc2 NO */
|
|
|
|
/*
|
|
* If the link kit you are using was built with gcc, and you don't have
|
|
* gcc installed:
|
|
* 1. Install libgcc.a in a directory searched by your 'ld'
|
|
* 2. Set NeedLibGcc to YES
|
|
*/
|
|
#define NeedLibGcc NO
|
|
|
|
/*
|
|
* Server configuration parameters
|
|
*/
|
|
|
|
#define X386Server YES
|
|
#define X386MonoServer YES
|
|
#define FontRenderers Speedo Type1
|
|
#define X386Vga2Drivers et4000 et3000 pvga1 gvga tvga8900 generic
|
|
#define X386Vga256Drivers et4000 et3000 pvga1 gvga ati tvga8900
|
|
|
|
#endif /* BeforeVendorCF */
|
|
|
|
#ifdef AfterVendorCF
|
|
|
|
/* If you are using a different ProjectRoot, set it here */
|
|
|
|
/*
|
|
#ifdef ProjectRoot
|
|
#undef ProjectRoot
|
|
#endif
|
|
#define ProjectRoot /usr/X11R5
|
|
*/
|
|
|
|
#endif /* AfterVendorCF */
|