/**/# site: $XConsortium: site.def,v 1.16 89/10/17 12:43:21 jim Exp $ /***************************************************************************** * * * SITE-SPECIFIC DEFINITIONS * * * * Override any of the defaults in *.tmpl here. Use ifndef so that servers * * can override you if necessary: * * * * #ifndef ABuildParameter * * #define ABuildParameter myvalue * * #endif * * * * We strongly recommend that you don't change the installation directories * * and just use symbolic links if you want things to be installed on a * * different partition. For example, * * * * # cd directory_containing_X_distribution * * # make World * * # mkdir /otherdisk/X * * # foreach i (bin lib include) * * > mkdir /otherdisk/X/$i * * > ln -s /otherdisk/X/$i /usr/$i/X11 * * > end * * # make install * * * * Note on using DESTDIR: If you want to install into a scratch directory * * but will eventually move the tree back to the root, compile with DESTDIR * * blank and install with "make install DESTDIR=directory". * * * *****************************************************************************/ /* * place site-specific definitions here */ /* * If your /tmp space is less than a 1meg, you should probably set this to NO */ #ifndef HasLargeTmp #define HasLargeTmp YES #endif /* * If you want to use GCC, set HasGcc in the appropriate .cf files. This * results in substantial improvements for the server. */ #ifndef HasGcc #define HasGcc NO #endif #if HasGcc #ifndef CcCmd #define CcCmd gcc -DNOSTDHDRS -fstrength-reduce -fpcc-struct-return -fwritable-strings -traditional #endif #endif #ifndef ExtensionDefines #if SystemV #define ExtensionDefines -DSHAPE -DMULTIBUFFER -DMITSHM -DMITMISC #else #define ExtensionDefines -DSHAPE -DMULTIBUFFER -DMITMISC #endif #endif #ifndef NeedDefaultDepLibs #define NeedDefaultDepLibs YES #endif #ifdef ATHENA #ifndef DoInstallExtensionsIntoXlib #define DoInstallExtensionsIntoXlib YES /* for Makefile hosers */ #endif #endif /* * Set the following to YES until you have converted your Xaw programs to use * the new naming scheme. */ #ifndef InstallOldHeaderFiles #define InstallOldHeaderFiles NO /* set to YES for compat with R3 Xaw */ #endif #ifndef BuildXawBC #define BuildXawBC InstallOldHeaderFiles #endif #ifndef CompatibilityFlags #if InstallOldHeaderFiles #define CompatibilityFlags -DXAW_BC #else #define CompatibilityFlags /**/ #endif #endif #ifndef SharedLibXext #define SharedLibXext NO #endif