8 Sample Definitions

Contents of this section

This is my current host.def, if I build the sources. (So no more changes were necessary in xf86site.def, either it isn't to bad to have a look inside it ;-)


#ifdef BeforeVendorCF

/* Try it out */
/* #define BuildLBX                YES */

/* Only when building official binaries
#define InstallEmptyHostDef 
#define InstallJapaneseDocs     YES
*/

/* Try MultiBuffer Extension */
#define BuildMultibuffer        YES

/* Build all Contrib SW */
#ifdef XF86Contrib
#undef XF86Contrib
#endif

/* gcc 2.6.3 tested Optimization Flags                               */
# define DefaultGcc2i386Opt     -O3 -fomit-frame-pointer -fstrength-reduce
/* # define DefaultGcc2i386Opt  -O2 -fomit-frame-pointer -fstrength-reduce*/

/* For a POSIXized build on Interactive maybe needed to use gcc2.7.2 */
# define UsePosix               YES

/* Use GNUs MallocLibrary (and the Location for the Lib)             */
# define UseGnuMalloc           YES
# define GnuMallocLibrary       -L/usr/local/lib -lgnumalloc

/* Build Xvfb                                                        */
# define XVirtualFramebufferServer      YES

/* Use mmap Driver                                                   */
# define HasSVR3mmapDrv         YES

/* Expand Manual Pages (needs S5L)                                   */
# define ExpandManNames         YES

/* Has LinuxDoc (and the Location for LinuxDoc / only HTML and Text) */
# define HasLinuxDoc            YES
# define BuildLinuxDocHtml      YES
# define BuildAllDocs           YES
# define LinuxDocDir            /usr/local/lib/linuxdoc-sgml

/* Install Config's for xdm, xfs, and xinit */
# define InstallXinitConfig    YES
# define InstallXdmConfig      YES
# define InstallFSConfig               YES

/* for the new XF86Setup Util */
#define HasTk                   YES
#define HasTcl                  YES

#endif /* BeforeVendorCF */

Next Chapter, Previous Chapter

Table of contents of this chapter, General table of contents

Top of the document, Beginning of this Chapter