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

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


/* Try MultiBuffer Extension */
#define BuildMultibuffer        YES

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

/* gcc 2.6.3 tested Optimization Flags                               */
# define DefaultGcc2i386Opt     -O2 -fstrength-reduce -malign-loops=2 -malign-jumps=2 -malign-functions=2

/* binaries which should run on ISC 4.0 or for the build on a real 4.0 System */
# define UseChmod               YES

/* 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

#define BuildChooser            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