include: Remove unused default value for COMPILEDDEFAULTFONTPATH
Again, we're setting this at configure time now.
This commit is contained in:
parent
f58fee67b1
commit
e21371984d
|
@ -47,18 +47,6 @@ SOFTWARE.
|
|||
#ifndef SITE_H
|
||||
#define SITE_H
|
||||
|
||||
/*
|
||||
* The following constants are provided solely as a last line of defense. The
|
||||
* normal build ALWAYS overrides them using a special rule given in
|
||||
* server/dix/Imakefile. If you want to change either of these constants,
|
||||
* you should set the DefaultFontPath or DefaultRGBDatabase configuration
|
||||
* parameters.
|
||||
* DO NOT CHANGE THESE VALUES OR THE DIX IMAKEFILE!
|
||||
*/
|
||||
#ifndef COMPILEDDEFAULTFONTPATH
|
||||
#define COMPILEDDEFAULTFONTPATH "/usr/share/fonts/X11/misc/"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* The following constants contain default values for all of the variables
|
||||
* that can be initialized on the server command line or in the environment.
|
||||
|
|
Loading…
Reference in New Issue