blob: 6a08acf3c5110a3aa86bdddf878998b84b64f740 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* Define as 1 if you have fontfile support in Xfont */
#undef XFONT_FONTFILE
/* Define as 1 if you have builtin font support in Xfont */
#undef XFONT_BUILTINS
/* Define as 1 if you have FreeType support in Xfont */
#undef XFONT_FREETYPE
/* Define as 1 if you have X Font Services Protocol support in Xfont */
#undef XFONT_FC
|