39 lines
923 B
Modula-2
39 lines
923 B
Modula-2
/*
|
|
* CRUX X11 configuration.
|
|
*/
|
|
|
|
#define DefaultGcc2i386Opt #CFLAGS# -fno-strength-reduce
|
|
#define TermcapLibrary -lncurses
|
|
#define ForceNormalLib YES
|
|
#define SystemManDirectory /usr/man
|
|
#define VarLibDir /var/lib
|
|
|
|
#define HasNCurses YES
|
|
#define HasFreetype2 YES
|
|
#define HasFontconfig YES
|
|
#define HasLibpng YES
|
|
#define HasZlib YES
|
|
#define HasExpat YES
|
|
#define HasLibCrypt YES
|
|
#define HasPam NO
|
|
|
|
#define BuildLinuxDocPS NO
|
|
#define BuildLinuxDocText NO
|
|
#define BuildLinuxDocHtml NO
|
|
#define BuildHtmlManPages NO
|
|
#define BuildSpecsDocs NO
|
|
#define BuildAllSpecsDocs NO
|
|
|
|
#define BuildCyrillicFonts NO
|
|
#define BuildArabicFonts NO
|
|
#define BuildGreekFonts NO
|
|
#define BuildHebrewFonts NO
|
|
/*
|
|
#define BuildThaiFonts NO
|
|
#define BuildJapaneseFonts NO
|
|
#define BuildKoreanFonts NO
|
|
#define BuildChineseFonts NO
|
|
*/
|
|
|
|
/* End of file */
|