次のページ 前のページ 目次へ

8. 定義ファイルのサンプル

筆者が現在ソースからの構築を行う際に使っている host.def を以下に示しま す。(したがって、xf86site.def をこれ以上変更する必要はありませんし、中 身を読むのも悪くない考えです ;-)


#ifdef BeforeVendorCF

/* ISC 4.1Mu - build only for 4.1
#define IscCompileVersion       410
*/

/* Use inline Math from linux ;-) package inline-math-2.6.tar.gz */
/* should be available on your favorite linux ftp                */
# define UseInlineMath          YES

/* Use cbrt from liboptm.a (Interactive icc Compiler) */
/*
*/
# define HasCbrt                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 */

次のページ 前のページ 目次へ