home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / x11r6.1 / lib / x11 / config / site.def < prev    next >
Encoding:
Text File  |  1996-10-17  |  3.2 KB  |  106 lines

  1. XCOMM site:  $XConsortium: site.sample /main/19 1995/12/14 13:03:29 matt $
  2.  
  3. /***************************************************************************
  4.  *                                                                         *
  5.  *               SITE-SPECIFIC DEFINITIONS                       *
  6.  *                                                                         *
  7.  * This file contains two halves, one included before the vendor-specific  *
  8.  * configuration file (.cf file), and one included after the .cf file.     *
  9.  * The before-half should be protected by #ifdef BeforeVendorCF, and the   *
  10.  * after-half should be protected by #ifdef AfterVendorCF.                 *
  11.  *                                                                         *
  12.  * The before-half should only set things that the .cf file depends on.    *
  13.  * For the .cf files shipped in this release, the main variables in this   *
  14.  * category are HasGcc, HasGcc2, and HasCplusplus                *
  15.  *                                                                         *
  16.  * The after-half should contain all other definitions.  For example,      *
  17.  * place your ProjectRoot definition here.                                 *
  18.  *                                                                         *
  19.  * OS Major and Minor version numbers should be changed directly in the    *
  20.  * .cf file, not overridden in site.def.                                   *
  21.  *                                                                         *
  22.  ***************************************************************************/
  23.  
  24. /* if you want host-specific customization, this is one way to do it */
  25. /*
  26. #ifndef SiteIConfigFiles
  27. #define SiteIConfigFiles $(IRULESRC)/host.def
  28. #define LocalConfigFiles host.def
  29. #endif
  30. */
  31.  
  32.  
  33. #ifdef BeforeVendorCF
  34.  
  35. /* #include <host.def> */
  36.  
  37. /*
  38. #ifndef HasGcc2
  39. #define HasGcc2 YES
  40. #endif
  41. */
  42.  
  43. #endif /* BeforeVendorCF */
  44.  
  45. #ifdef AfterVendorCF
  46.  
  47. #define ProjectRoot /usr/X11R6.1
  48.  
  49. /* Only set HasXdmAuth to YES if you have a Wraphelp.c file. */
  50. /* #define HasXdmAuth YES */
  51.  
  52. /* #define PreIncDir /usr/local/lib/gcc-lib/sparc-sun-sunos4.1.3/2.6.0/include */
  53.  
  54. /*
  55. #if defined(SunArchitecture) && defined(SparcArchitecture)
  56. #define HasCodeCenter    YES
  57. #ifndef SVR4Architecture
  58. #define HasTestCenter    YES
  59. #endif
  60. #endif
  61. */
  62.  
  63. /*
  64. #ifdef __hp9000s800
  65. #define HasCodeCenter    YES
  66. #endif
  67. */
  68.  
  69. /*
  70. #if defined(SunArchitecture) && defined(SparcArchitecture) && !defined(SVR4Architecture)
  71. #define HasPurify    YES
  72. #endif
  73. */
  74.  
  75. /*
  76. #define HasSentinel    YES
  77. */
  78.  
  79. /*
  80. #undef DefaultUserPath
  81. #define DefaultUserPath /bin:/usr/bin:$(BINDIR):/usr/ucb:/usr/local/bin
  82. */
  83.  
  84.  
  85. /* You do NOT need SetUID if you only run the server under xdm */
  86. /* You MAY need SetUID if users run the server by hand or under xinit */
  87. /* Consult your system administrator before making the X server setuid */
  88. /*
  89. #if defined(SunArchitecture) && OSMajorVersion > 4
  90. #define InstallXserverSetUID YES
  91. #endif
  92. */
  93.  
  94. /* You do NOT need SetUID if you only run the server under xdm */
  95. /* You MAY need SetUID if users run the server by hand or under xinit */
  96. /* Consult your system administrator before making the X server setuid */
  97. /*
  98. #ifdef XFree86Version
  99. #define InstallXserverSetUID YES
  100. #endif
  101. */
  102.  
  103. /* #include <host.def> */
  104.  
  105. #endif /* AfterVendorCF */
  106.