/* Define if you want handling for rarely used but handy features */
#undef ENABLE_FRILLS
-/* Define if you don't want support linespace */
-#undef NO_LINESPACE
-
/* Define to use a 24 bit visual if the screen has 24 bit mode */
#undef PREFER_24BIT
MALLOC_TYPE=S
support_addstrings=no
support_frills=no
-support_linespace=no
support_inheritpixmap=no
support_tinting=no
support_fading=no
[if test x$enableval = xyes; then
support_24bit=yes
support_frills=yes
- support_linespace=yes
support_inheritpixmap=yes
support_tinting=yes
support_fading=yes
support_frills=$enableval
fi])
-AC_ARG_ENABLE(linespace,
- [ --enable-linespace enable support for linespace],
- [if test x$enableval = xyes -o x$enableval = xno; then
- support_linespace=$enableval
- fi])
-
AC_ARG_ENABLE(24bit,
[ --enable-24bit enable support for using 24bit visuals if available],
[if test x$enableval = xyes -o x$enableval = xno; then
if test x$support_frills = xyes; then
AC_DEFINE(ENABLE_FRILLS, 1, Define if you want handling for rarely used but handy features)
fi
-if test x$support_linespace = xno; then
- AC_DEFINE(NO_LINESPACE, 1, Define if you don't want support linespace)
-fi
if test x$support_24bit = xyes; then
AC_DEFINE(PREFER_24BIT, 1, Define to use a 24 bit visual if the screen has 24 bit mode, even if the default is 8 bit)
fi