diff options
Diffstat (limited to 'xc/config/cf/site.def')
-rw-r--r-- | xc/config/cf/site.def | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/xc/config/cf/site.def b/xc/config/cf/site.def index 65b093582..4e84dae6f 100644 --- a/xc/config/cf/site.def +++ b/xc/config/cf/site.def @@ -21,7 +21,7 @@ XCOMM site: $TOG: site.sample /main/r64_final/1 1998/02/05 16:28:49 kaleb $ * .cf file, not overridden in site.def. * * * ***************************************************************************/ -XCOMM site: $XFree86: xc/config/cf/site.def,v 3.22 1998/10/02 06:15:06 dawes Exp $ +XCOMM site: $XFree86: xc/config/cf/site.def,v 3.24 2000/06/25 20:17:29 dawes Exp $ /* if you want host-specific customization, this is one way to do it */ /* @@ -87,6 +87,22 @@ XCOMM site: $XFree86: xc/config/cf/site.def,v 3.22 1998/10/02 06:15:06 dawes Ex #define ProjectRoot /usr/X11R6 #endif +/* + * On some platforms, some things may be installed outside of ProjectRoot + * by default. To disable this, uncomment the following line. + * +#define NothingOutsideProjectRoot YES + */ + +/* + * Set EtcX11Directory if you want config file links installed under + * ProjectRoot rather than in /etc/X11. See also HasVarDirectory, + * UseEtcX11 and UseSeparateConfDir. + * +#define EtcX11Directory ProjectRoot/etc + */ + + /* Only set HasXdmAuth to YES if you have a Wraphelp.c file. */ /* #define HasXdmAuth YES */ |