diff options
Diffstat (limited to 'xorg-cf-files/DragonFly.cf')
-rw-r--r-- | xorg-cf-files/DragonFly.cf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/xorg-cf-files/DragonFly.cf b/xorg-cf-files/DragonFly.cf index 86098f1..45bf8f8 100644 --- a/xorg-cf-files/DragonFly.cf +++ b/xorg-cf-files/DragonFly.cf @@ -1,4 +1,4 @@ -XCOMM $XdotOrg: util/cf/DragonFly.cf,v 1.1 2005/03/02 11:20:29 gisburn Exp $ +XCOMM $XdotOrg: xc/config/cf/DragonFly.cf,v 1.1 2005/02/19 02:02:31 marvis Exp $ #define UseElfFormat YES @@ -148,6 +148,10 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion) (OSRelVersio # define HasSSESupport NO #endif +#ifndef BuildDmx +#define BuildDmx YES +#endif + #ifndef UseRpath # define UseRpath YES #endif @@ -293,7 +297,7 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion) (OSRelVersio * Compress manual pages */ #ifndef CompressManPages -# define CompressManPages YES +# define CompressManPages NO #endif #define HasBsdMake YES |