XCOMM site:  $XConsortium: site.def,v 1.2 91/07/30 20:26:44 rws Exp $

/*****************************************************************************
 *                                                                           *
 *			   SITE-SPECIFIC DEFINITIONS                         *
 *                                                                           *
 * This file contains two halves, one included before the vendor-specific    *
 * configuration file (.cf file), and one included after the .cf file.       *
 * The before-half should be protected by #ifdef BeforeVendorCF, and the     *
 * after-half should be protected by #ifdef AfterVendorCF.                   *
 *                                                                           *
 * The before-half should only set things that the .cf file depends on.      *
 * For the .cf files shipped in this release, the main variable in this      *
 * category is HasGcc.                                                       *
 *                                                                           *
 * The after-half should contain all other definitions.  For example,        *
 * place your ProjectRoot definition here.  Beware that several of the       *
 * .cf files supplied by vendors have a ProjectRoot already defined, so      *
 * you may need to #undef it first.                                          *
 *                                                                           *
 * OS Major and Minor version numbers should be changed directly in the .cf  *
 * file, not overridden in site.def.                                         *
 *                                                                           *
 *****************************************************************************/

#ifdef BeforeVendorCF

#define StripAllObjects NO

#define ProjectRoot /usr/local/X11R5

#define BuildServer		NO
#define BuildPex		NO
#define BuildXInputLib	NO
#define InstallXtermSetUID	NO

#define UNCOMPRESSPATH /c/uncompress

#endif /* BeforeVendorCF */



#ifdef AfterVendorCF

#ifndef InstallXdmConfig
#define InstallXdmConfig NO
#endif

#ifndef MotifBC
#define MotifBC NO
#endif

#ifndef StripInstalledPrograms
#define StripInstalledPrograms NO
#endif

#define UsrLibDir /usr/lib
#define BinDir /bin
#define IncRoot $(PROJECTROOT)/include
#define BuildIncRoot IncRoot

#define ManDirectoryRoot /usr/share/man

/* for xdm */
#define DefaultUserPath :/c:$(BINDIR):/s
#define DefaultSystemPath /c:$(BINDIR):/s

#define ContribDir /gcc/src/x11/contrib

#define LoaderLibPrefix

#define NeedDefaultDepLibs NO

#ifndef TOPDIR 
#define TOPDIR /gcc/src/x11
#endif

#ifndef CURDIR 
#define CURDIR .
#endif

#endif /* AfterVendorCF */
